﻿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("rightDiv").style.top)+percent+"px";
lastScrollY=lastScrollY+percent;
//alert(lastScrollY);
}
window.setInterval("heartBeat()",1);
//-->
function closeadd(add)
{
	$(add).style.display='none';
} 



document.writeln("<div id=\"leftDiv\" style=\"top:5px;left:0px\">");

document.writeln("<div id=\"left1\" class=\"itemFloat\">");
document.writeln("<img border=0 src='images/AD/employe01.gif' width='102' height='230'>");
document.writeln("<\/div>"); 

document.writeln("<div id=\"left2\" class=\"itemFloat\">");
document.writeln("<div style=\"background-color: #f1f9fe;height: 180px;width: 90px;border-right: #b2d2e9 1px solid; border-top: #b2d2e9 1px solid; border-left: #b2d2e9 1px solid;border-bottom: #b2d2e9 1px solid;\">");

document.writeln("<img border=0 src='images/AD/kef.gif'>");
document.writeln("<p><img border=0 src='images/AD/qq1_online.gif' >  <a href=\"tencent://message/?uin=1043476100&Site=www.idcdn.com&Menu=yes\" title=\"1043476100\">1043476100<\/a></p>");
document.writeln("<p><img border=0 src='images/AD/qq1_online.gif' >  <a href=\"tencent://message/?uin=1171714920&Site=www.idcdn.com&Menu=yes\" title=\"1171714920\">1171714920<\/a></p>");
document.writeln("<\/div>")
document.writeln("<\/div>")

document.writeln("<\/div>");


document.writeln("<div id=\"rightDiv\" style=\"top:5px;right:0px\">");
document.writeln("<div id=\"right1\" class=\"itemFloat\">");
document.writeln("<img border=0 src='images/AD/employe02.gif' width='102' height='230'>");
document.writeln("<\/div>");


document.writeln("<\/div>");


