// JavaScript Document
//<!--
//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
//{
//}
//percent=.1*(diffY-lastScrollY);
//if(percent>0)percent=Math.ceil(percent);
//else percent=Math.floor(percent);
//document.getElementById("LeftAd").style.top=parseInt(document.getElementById("LeftAd").style.top)+percent+"px";
//lastScrollY=lastScrollY+percent;
//}
//suspendcode12="<DIV id=LeftAd style='left:835px;POSITION:absolute;TOP:260px;background:url(kf.jpg);width:168px;height:150px;' title=东莞团购-汽车团购-在线客服><div style='margin:18px 0 0 60px;text-align:left;'><a target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=1194074849&Site=auto.dgtg.com&Menu=yes title=点击使用QQ联系在线客服>QQ:1194074849</a><br /><a href=\"msnim:chat?contact=dgtg-auto@qq.com\" title=点击使用MSN联系在线客服>msn:dgtg-auto</a><br /><a href=\"skype:dgtg-auto?call\" onclick=\"return skypeCheck();\" title=点击使用SKYPE联系在线客服>skype:dgtg-auto</a></div></div>"
//document.write(suspendcode12);
//window.setInterval("heartBeat()",1);
//-->