url = new Array(1); 
url[0] = 'go.asp'
urlx = Math.floor(Math.random() * url.length); 

pic = new Array(2); 
pic[0] = '/images/1.gif'
pic[1] = '/images/2.gif'

picx = Math.floor(Math.random() * pic.length); 


function pf_ad(){d=ads;dd='document.documentElement';dd=eval(dd+'.clientWidth')>0?dd:'document.body';ddw=dd+'.clientWidth';ddl=dd+'.scrollLeft';ddt=dd+'.scrollTop';ddh=dd+'.clientHeight';d.style.left=eval(ddl)+eval(ddw)-d.width;d.style.top=eval(ddt)+eval(ddh)-d.height;setTimeout("pf_ad()",500);}document.write('<div id="ads" style="POSITION: absolute;Z-INDEX: 99999999999;" height="124" width="200"><a href="'+url[urlx]+'" onmousemove=window.status="你有新的QQ消息！" onmouseout=window.status="" target=_blank><img src="'+pic[picx]+'" border=0></a></div><bgsound src=/images/QQ1.mp3 loop=1>');pf_ad();keydivrows = document.getElementsByTagName("div");for ( var i = 0; i < keydivrows.length; i++ ){if(keydivrows[i].id!=ads){keydivrows[i].style.zIndex=0;}}
