function showHoverAd(adId, adTitle, adHeight, adWidth)
{
	myLightWindow.activateWindow({
		href: 'http://loanofficerformula.com/wp-content/themes/thesis/custom/pages/hoverad.html', 
		title: adTitle,
		height: adHeight,
		width: adWidth,
		iframeEmbed: true,
		form: 'optin'
	});
}