document.write('<div id="notice1" style="text-align:left; padding:8px; width:300px; height:220px; left:0px; bottom:0px; position:absolute; line-height:20px; z-index:1">\
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="300" height="220">\
  <param name="movie" value="adsx/happy.swf" />\
  <param name="quality" value="high" />\
  <param name="wmode" value="transparent" />\
  <embed src="adsx/happy.swf" wmode="transparent" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="300" height="220"></embed>\
</object>\
</div>');

window.attachEvent("onscroll", scrollnotice);
window.attachEvent("onload", scrollnotice);

function hidehappy()
{
	document.getElementById('notice1').style.display='none';
}

function scrollnotice()
{
	document.getElementById("notice1").style.top=document.body.clientHeight+document.body.scrollTop-240;
}

