
document.writeln("<iframe scrolling='no' frameborder='0' marginheight='0' marginwidth='0' width='596' height='87' allowTransparency src=/wzgg/ydgg.html></iframe>");


//=====================================================================

// JavaScript Document
lastadScrollY=0;
function bottomscroll(){ 
var diffadY;
if (document.documentElement && document.documentElement.scrollTop)
    diffadY = document.documentElement.scrollTop;
else if (document.body)
    diffadY = document.body.scrollTop
else
    {/*Netscape stuff*/}
    
//alert(diffadY);
percent=.1*(diffadY-lastadScrollY); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.getElementById("bottomAD").style.top=parseInt(document.getElementById("bottomAD").style.top)+percent+"px";
document.getElementById("bottomAD1").style.top=parseInt(document.getElementById("bottomAD1").style.top)+percent+"px";
lastadScrollY=lastadScrollY+percent; 
//alert(lastScrollY);
}
var lngTop=0;
var lngHeight=0;
if (document.documentElement && document.documentElement.clientHeight)
    lngHeight = document.documentElement.clientHeight;
else if (document.body)
    lngHeight = document.body.clientHeight
else
    {/*Netscape stuff*/}

lngHeight=parseInt(lngHeight);
if (parseInt(lngHeight)>220) lngTop=parseInt(lngHeight-143); else lngTop=20;
bottomhtml="<DIV id=\"bottomAD\" style='right:1px;POSITION:absolute;TOP:" + lngTop + "px;'><a href='#' target='_blank'><img border=0 width=210 height=145 src=http://www.500bw.com/wzgg/qq.gif></a></div>"
if (parseInt(lngHeight)>220) lngTop1=parseInt(lngHeight-143); else lngTop1=20;
bottomhtml1="<DIV id=\"bottomAD1\" style='left:0px;POSITION:absolute;TOP:" + lngTop1 + "px;'><a href='#' target='_blank'><img border=0 width=210 height=145 src=http://www.500bw.com/wzgg/qq.gif></a></div>"
document.write(bottomhtml+ bottomhtml1); 
window.setInterval("bottomscroll()",1);

