// JavaScript Document
document.writeln("<DIV id=\"QQKF\"");
document.writeln("            style=\"z-index:999; left:5px; visibility:visible; width:105px; position:absolute;top:480px; height:130px;\">");
document.writeln("  <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("    <tr>");
document.writeln("      <td style=\"background:url(qq-img/qq_01.gif) no-repeat; height:35px;\"></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td style=\"background:url(qq-img/qq_02.gif) repeat-y;\" ><table width=\"93%\" style=\"text-align:left;\"  cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("        <tr>");
document.writeln("          <td width=\"32%\" height=\"24\"><div align=\"center\"><img src=\"qq-img/qq.gif\" width=\"16\" height=\"17\"></div></td>");
document.writeln("          <td width=\"68%\" height=\"24\"><a href=\"tencent://message/?uin=786863831&Site=www.chinastarsingapore.com&Menu=yes\">留学咨询1</a></td>");
document.writeln("        </tr>");

document.writeln("        <tr>");
document.writeln("          <td height=\"24\"><div align=\"center\"><img src=\"qq-img/qq.gif\" width=\"16\" height=\"17\"></div></td>");
document.writeln("          <td height=\"24\"><a href=\"tencent://message/?uin=1215190245&Site=www.chinastarsingapore.com&Menu=yes\">留学咨询2</a></td>");
document.writeln("        </tr>");
/*
document.writeln("        <tr>");
document.writeln("          <td height=\"24\"><div align=\"center\"><img src=\"qq-img/qq.gif\" width=\"16\" height=\"17\"></div></td>");
document.writeln("          <td height=\"24\"><a href=\"tencent://message/?uin=1164125414&Site=www.chinastarsingapore.com&Menu=yes\">四达客服</a></td>");
document.writeln("        </tr>");
document.writeln("");
document.writeln("        <tr>");
document.writeln("          <td height=\"24\"><div align=\"center\"><img src=\"qq-img/qq.gif\" width=\"16\" height=\"17\"></div></td>");
document.writeln("          <td height=\"24\"><a href=\"tencent://message/?uin=570126479&Site=www.chinastarsingapore.com&Menu=yes\">四达客服</a></td>");
document.writeln("        </tr>");*/
document.writeln("      ");
document.writeln("      </table></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td height=\"43\" valign=\"bottom\" style=\"background:url(qq-img/qq_03.gif) no-repeat;\" ><table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("        <tr>");
document.writeln("      <td height=\"30\"><div style=\"text-align:center; color:#FFFFFF; font-family: Arial;font-size:10px;\">中国四达</div></td>");
document.writeln("        </tr>");
document.writeln("      </table></td>");
document.writeln("    </tr>");
document.writeln("  </table>");
document.writeln(" ");
document.writeln("</DIV>");

document.writeln("<div id=\"lyh\" style=\"z-index:998;border:solid 1px #FF9966;left:5px;visibility:visible;width:138px;height:335px;position:absolute;top:100px; \"><a href=\"yuanxfl/yh.asp\" target=\"_blank\"><img src=\"qq-img/yhzx.gif\" alt=\"英华中学\" width=\"138\" height=\"335\"></a></div>");

document.writeln("<div id=\"rsmu\" style=\"z-index:996;border:solid 1px #FF9966;right:5px;visibility:visible;width:90px;height:315px;position:absolute;top:100px; \"><a href=\"guoli/smu-a.html\" target=\"_blank\"><img src=\"qq-img/smun.gif\" alt=\"新加坡管理大学本科热招中\" width=\"138\" height=\"335\"></a></div>");



function heartBeatq(){ 
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-lastScrollYQ); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.getElementById("QQKF").style.top=parseInt(document.getElementById("QQKF").style.top)+percent+"px";
lastScrollYQ=lastScrollYQ+percent; 
//alert(lastScrollYQ);
}

function heartBeatsmu(){ 
var diffY;
if (document.documentElement && document.documentElement.scrollTop)
    diffY = document.documentElement.scrollTop;
else if (document.body)
    diffY = document.body.scrollTop
else
    {/*Netscape stuff*/}
    

percent=.1*(diffY-lastScrollYU); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.getElementById("rsmu").style.top=parseInt(document.getElementById("rsmu").style.top)+percent+"px";
lastScrollYU=lastScrollYU+percent; 

}
function heartBeatyh(){ 
var diffY;
if (document.documentElement && document.documentElement.scrollTop)
    diffY = document.documentElement.scrollTop;
else if (document.body)
    diffY = document.body.scrollTop
else
    {/*Netscape stuff*/}
    

percent=.1*(diffY-lastScrollYH); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.getElementById("lyh").style.top=parseInt(document.getElementById("lyh").style.top)+percent+"px";
lastScrollYH=lastScrollYH+percent; 

}

