// JavaScript Document
//<script language=javascript>
var specialcode="<DIV id=searchspe style='Z-INDEX: 100; left: 1px; POSITION: absolute; TOP: 50px;'><TABLE width='355' cellSpacing=4 cellPadding=0 style='border-left:0px solid #333333;border-top:0px solid #333333;border-right:0px solid #333333;font-size:12px;color:#ffffff'><TR><TD width='300' height=20></TD><TD width=55 align='center' bgcolor='#666666' style='CURSOR: hand' onclick=searchspe.style.visibility='hidden'>¹Ø±Õ¡Á</TD></TR></TABLE><table border='0' cellpadding='0' cellspacing='0' id='table1'><tr><td><iframe height='202' width='355' src='ad.htm' frameborder=0 allowTransparency='true'scrolling='no'></iframe></td></tr></table></DIV>";
var xxx=window.screen.width-400;
document.write(specialcode);
lastScrollY=-50;
function heartBeat0()
{
diffY=document.body.scrollTop;
percent=.1*(diffY-lastScrollY);  
if(percent>0)percent=Math.ceil(percent);
else percent=Math.floor(percent);
document.all.searchspe.style.pixelTop+=percent;
document.all.searchspe.style.posLeft=xxx;
lastScrollY=lastScrollY+percent;
}
window.setInterval("heartBeat0()",1);
	  ///<script>
