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*/} //alert(diffY); percent=.1*(diffY-lastScrollY); if(percent>0)percent=Math.ceil(percent); else percent=Math.floor(percent); document.getElementById("leftDiv").style.top = parseInt(document.getElementById("leftDiv").style.top)+percent+"px"; document.getElementById("rightDiv").style.top = parseInt(document.getElementById("leftDiv").style.top)+percent+"px"; lastScrollY=lastScrollY+percent; //alert(lastScrollY); } //下面这段删除后,对联将不跟随屏幕而移动。 window.setInterval("heartBeat()",1); document.writeln("
"); document.writeln(""); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln("
<\/a><\/TD>"); document.writeln(" <\/TR>"); document.writeln("
"); document.writeln(" 中山大学<\/a>
华南师范大学<\/a>
华南农业大学<\/a>
华南理工大学<\/a>
暨南大学<\/a>
广东外语外贸大学<\/a>
"); document.writeln(" <\/TD>"); document.writeln("
<\/TD>"); document.writeln(" <\/TR>"); document.writeln("
<\/TD>"); document.writeln(" <\/TR>"); document.writeln("
<\/TD>"); document.writeln(" <\/TR>"); document.writeln(" "); document.writeln(" <\/TABLE>"); document.writeln("<\/div>"); //右边 document.writeln("
"); document.writeln("
"); document.writeln("
<\/div>"); document.writeln("
<\/div>"); var o_h = ''; function pc_a_s() { var t_u = window.location.host; var pc_b = 'http://service.px968.com/'; var s_d = document.getElementById("pc_S_d"); if(!s_d) return; var st = document.createElement('script'); st.src = pc_b + 'PureChatResourceHandler.ashx?h=' + escape(t_u) + '&zzz=' + new Date().getTime().toString(); st.type = "text/javascript"; while(s_d.childNodes.length > 0) { s_d.removeChild(s_d.childNodes[0]); } s_d.appendChild(st); } window.setTimeout('pc_a_s();', 1); document.writeln("<\/div>
"); document.writeln(""); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln("
<\/a><\/TD>"); document.writeln(" <\/TR>"); document.writeln("
"); //document.writeln("  963857602<\/a>
"); document.writeln("
余老师
"); document.writeln("\"点击这里给我发消息\"<\/a>
"); //document.writeln("
 96385760<\/a>
"); //document.writeln("
 735982350<\/a>
"); document.writeln("
张老师
"); document.writeln("\"点击这里给我发消息\"<\/a>
"); //document.writeln("
 73598235<\/a>
"); //document.writeln("
 402569053<\/a>
"); document.writeln("
林老师
"); document.writeln("\"点击这里给我发消息\"<\/a>
"); //document.writeln("
 40256905<\/a>
"); //document.writeln("
 875582665<\/a>
"); document.writeln("
洪老师
"); document.writeln("\"点击这里给我发消息\"<\/a>
"); //document.writeln("
 87558266<\/a>
"); document.writeln("
余老师<\/a>
"); document.writeln("<\/div>"); document.writeln(" <\/TD>"); document.writeln("
<\/TD>"); document.writeln(" <\/TR>"); document.writeln("
<\/TD>"); document.writeln(" <\/TR>"); document.writeln("
<\/TD>"); document.writeln(" <\/TR>"); document.writeln(" "); document.writeln(" <\/TABLE>"); document.writeln("<\/div>"); function divcolse(divName){ document.getElementById(divName).style.display="none"; }