﻿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("lovexin12").style.top=parseInt(document.getElementById("lovexin12").style.top)+percent+"px";
document.getElementById("lovexin14").style.top=parseInt(document.getElementById("lovexin12").style.top)+percent+"px";
lastScrollY=lastScrollY+percent;
//alert(lastScrollY);
}
suspendcode12="<div id=\"lovexin12\" style='left:2px;position:absolute;top:120px;'><a href=\"#\" onClick=\"window.open (\'\/job.asp\', \'newwindow\', \'height=400, width=550, toolbar =no,menubar=no, scrollbars=no, resizable=no, location=no, status=no\')\"><img src=\"\/images\/zp.gif\" width=\"112\" height=\"200\"><\/a></div>"
suspendcode14="<div id=\"lovexin14\" style='right:2px;position:absolute;top:120px;'><table id=\"__01\" width=\"112\" height=\"326\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td colspan=\"2\"><img src=\"\/images\/call_01.gif\" width=\"112\" height=\"31\" alt=\"\"><\/td><\/tr><tr><td colspan=\"2\"><img src=\"\/images\/call_02.gif\" width=\"112\" height=\"25\" alt=\"\"><\/td><\/tr><tr><td colspan=\"2\"><a href=\"#\" onClick=\"window.open (\'\/freetel\/tel.html\', \'newwindow\', \'height=420, width=375, toolbar =no,menubar=no, scrollbars=no, resizable=no, location=no, status=no\')\"><img src=\"\/images\/call_03.gif\" width=\"112\" height=\"22\" alt=\"\"><\/a><\/td><\/tr><tr><td colspan=\"2\"><img src=\"\/images\/call_04.gif\" width=\"112\" height=\"21\" alt=\"\"><\/td><\/tr><tr><td colspan=\"2\"><a  href=\"#\" onClick=\"window.open (\'\/freetel\/fax\/fax.html\', \'newwindow\', \'height=420, width=375, toolbar =no,menubar=no, scrollbars=no, resizable=no, location=no, status=no\')\"><img src=\"\/images\/call_05.gif\" width=\"112\" height=\"22\" alt=\"\"><\/a><\/td><\/tr><tr><td colspan=\"2\"><img src=\"\/images\/call_06.gif\" width=\"112\" height=\"21\" alt=\"\"><\/td><\/tr><tr><td colspan=\"2\"><a  href=\"#\" onClick=\"window.open (\'\/freetel\/SMS.html\', \'newwindow\', \'height=420, width=375, toolbar =no,menubar=no, scrollbars=no, resizable=no, location=no, status=no\')\"><img src=\"\/images\/call_07.gif\" width=\"112\" height=\"22\" alt=\"\"><\/a><\/td><\/tr><tr><td colspan=\"2\"><img src=\"\/images\/call_08.gif\" width=\"112\" height=\"20\" alt=\"\"><\/td><\/tr><tr><td><img src=\"\/images\/call_09.gif\" width=\"2\" height=\"23\" alt=\"\"><\/td><td><a href=\"tencent:\/\/message\/?uin=88329922&Site=未来科技&Menu=yes\"><img src=\"\/images\/call_10.gif\" width=\"110\" height=\"23\" alt=\"\"><\/a><\/td><\/tr><tr><td colspan=\"2\"><img src=\"\/images\/call_11.gif\" width=\"112\" height=\"22\" alt=\"\"><\/td><\/tr><tr><td colspan=\"2\"><a href=\"msnim:chat?contact=t13316868666@hotmail.com\"><img src=\"\/images\/call_12.gif\" width=\"112\" height=\"23\" alt=\"\"><\/A><\/td><\/tr><tr><td colspan=\"2\"><img src=\"\/images\/call_13.gif\" width=\"112\" height=\"24\" alt=\"\"><\/td><\/tr><tr><td colspan=\"2\"><a href=\"#\"><img src=\"\/images\/call_14.gif\" width=\"112\" height=\"23\" alt=\"\"><\/a><\/td><\/tr><tr><td colspan=\"2\"><img src=\"\/images\/call_15.gif\" width=\"112\" height=\"27\" alt=\"\"><\/td><\/tr><\/table></div>"
document.write(suspendcode12);
document.write(suspendcode14);
window.setInterval("heartBeat()",1);