网盛建站=function (id,_top,_left){ var me=id.charat?document.getelementbyid(id):id, d1=document.body, d2=document.documentelement; d1.style.height=d2.style.height='100%';me.style.top=_top?_top+'px':0;me.style.left=_left+"px";//[(_left>0?'left':'left')]=_left?math.abs(_left)+'px':0; me.style.position='absolute'; setinterval(function (){me.style.top=parseint(me.style.top)+(math.max(d1.scrolltop,d2.scrolltop)+_top-parseint(me.style.top))*0.1+'px';},10+parseint(math.random()*20)); return arguments.callee; }; window.onload=function (){ 网盛建站 ('netsun',100,-152) }