// JavaScript Document
lastScrollY=0;
function heartBeat(){ 
var diffY;
if (document.documentElement && document.documentElement.scrollTop)
	diffY = document.documentElement.scrollTop;
else if (document.body)
	diffY = document.body.scrollTop
else
    {/*Netscape stuff*/}
percent=.1*(diffY-lastScrollY); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.getElementById("ad_1").style.top=parseInt(document.getElementById("ad_1").style.top)+percent+"px";
//document.getElementById("ad_2").style.top=parseInt(document.getElementById("ad_2").style.top)+percent+"px";
//document.getElementById("ad_3").style.top=parseInt(document.getElementById("ad_3").style.top)+percent+"px";
//document.getElementById("ad_4").style.top=parseInt(document.getElementById("ad_4").style.top)+percent+"px";
lastScrollY=lastScrollY+percent; }

//left 40*300
/*code1="<div id='ad_1' style='position:absolute;top:90px;left:-38px;'><a href='http://www.zqtbu.com/zsb.asp' target='_blank'><img src='http://www.5184.com/container/gg2010/zqgs_35300.gif' style='width:35px;height:300px;' alt='' /></a><div style='cursor:pointer' onClick=document.getElementById('ad_1').style.display='none';> </div></div>"*/

//right 40*300
/*code2="<div id='ad_2' style='position:absolute;top:90px;right:-38px;'><a href='http://www.zqtbu.com/zsb.asp' target='_blank'><img src='http://www.5184.com/container/gg2010/zqgs_35300.gif' style='width:35px;height:300px;' alt='' /></a><div style='cursor:pointer' onClick=document.getElementById('ad_2').style.display='none';> </div></div>"*/

/*code3="<embed id='ad_3' style='position:absolute;top:386px;left:60px;z-index:9999;width:500px;height:115px;' wmode=transparent type=application/x-shockwave-flash pluginspage=http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash quality=high src=http://www.5184.com/container/gg2010/flash/gzgs_500115.swf></embed>"*/

code1="<embed id='ad_1' style='position:absolute;top:370px;left:15px;z-index:9999;width:500px;height:100px;' wmode=transparent type=application/x-shockwave-flash pluginspage=http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash quality=high src=http://www.5184.com/container/gg2010/flash/dianzi_500100.swf></embed>"

//code4="<div id='ad_4' style='position:absolute;top:460px;right:-38px;'><a href='http://www.5iuni.com/' target='_blank'><img src='http://www.5184.com/container/gg2010/iuni_35150.gif' style='width:35px;height:150px;' alt='' /></a></div>"
 
document.write(code1); 
//document.write(code2); 
//document.write(code3); 
//document.write(code4); 
window.setInterval("heartBeat()",1);

  
