function showBig(){
	document.getElementById('bigAd').style.visibility = "visible";
	document.getElementById('smallCorner').style.visibility = "hidden";
}

function closeNow(){
	document.getElementById('bigAd').style.visibility = "hidden";
	document.getElementById('smallCorner').style.visibility = "visible";
}

var a='<div style="top:0px;right:0px;position:absolute;z-index:999;width:160px;height:160px;" name="smallCorner" id="smallCorner" onmouseover="showBig();"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="160" height="160" id="rightCorner" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="rightCorner.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#ffffff" /><embed src="rightCorner.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="160" height="160" name="rightCorner" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></div>';

var b='<div style="top:0px;right:0px;position:absolute;z-index:999;width:700px;height:700px;visibility:hidden" name="bigAd" id="bigAd"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="700" height="700" id="bigAd_i" align="middle"><param name="allowScriptAccess" value="always" /><param name="swLiveConnect" value="true"><param name="movie" value="peelAd.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#ffffff" /><embed src="peelAd.swf" quality="high" swLiveConnect="true" wmode="transparent" bgcolor="#ffffff" width="700" height="700" name="bigAd_i" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></div>';

document.write(a);
document.write(b);

