// 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
    {/*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);
}
function openWin(Url){
    window.open(Url,'mw7m66Pm0N0IPwwz3AiYdviKjH6mmP60','width=560,height=490, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no,center=yes');
//	window.open(Url);
}
suspendcode12="<DIV id=\"lovexin12\" style='left:9px;POSITION:absolute;TOP:30px;'><a href='hotels.asp' target='_blank'><img border=0 src=images/duilian.jpg><br><br><table width='91' border='0' cellspacing='0' cellpadding='0'><tr><td height='85' valign='top'><a href='car_main.asp' target='_blank'><img border='0' src='images/left-01.jpg' /></a></td></tr><tr><td height='85' valign='top'><a href='news.asp?pro=1' target='_blank'><img border='0' src='images/left-02.jpg' /></a></td></tr><tr><td valign='top'><a href='news.asp?pro=2' target='_blank'><img border='0' src='images/left-03.jpg' /></a></td></tr></table></div>"

suspendcode14="<DIV id=\"lovexin14\" style='right:9px;POSITION:absolute;TOP:30px;'><a href='hotels.asp' target='_blank'><img border=0 src=images/duilian.jpg></a><br><br><table width='91' border='0' align='center' cellpadding='0' cellspacing='0'><tr><td valign='bottom'><img src='images/QQ-01.jpg' width='91' height='38'></td></tr><tr><td height='112' background='images/QQ-03.jpg'><br><a target=blank href='tencent://message/?uin=40909025&Site=新干线旅行网&Menu=yes'><center><img border='0' SRC=http://wpa.qq.com/pa?p=1:40909025:6 alt='点击这里给我发消息'></center></a><br><a target=blank href='tencent://message/?uin=419887159&Site=新干线旅行网&Menu=yes'><center><img border='0' SRC=http://wpa.qq.com/pa?p=1:419887159:6 alt='点击这里给我发消息'></center><br><a target=blank href='tencent://message/?uin=6115305&Site=新干线旅行网&Menu=yes'><center><img border='0' SRC=http://wpa.qq.com/pa?p=1:6115305:6 alt='点击这里给我发消息'></center><br></td></tr><tr><td height='30' align='center' background='images/QQ-03.jpg'><a href='http://www.365groups.com/ChatWin.aspx?chatIDs=mw7mXm7m0N0Iwwmz3AiYdviKjH6mmwI&ServiceTag=0&language=0' target='_blank'  onclick='openWin(this.href);  return false;' ><img border='0'  alt='新干线旅行网' src='http://www.365groups.com/msn_status.aspx?chatIDs=mw7mXm7m0N0Iwwmz3AiYdviKjH6mmwI&style=3&language=0'/></a><br><a href='http://www.365groups.com/ChatWin.aspx?chatIDs=mw7mwNbm0N0IPwXz3AiYdviKjH6mmPN&ServiceTag=0&language=0' target='_blank'  onclick='openWin(this.href);  return false;' ><img border='0'  alt='新干线旅行网' src='http://www.365groups.com/msn_status.aspx?chatIDs=mw7mwNbm0N0IPwXz3AiYdviKjH6mmPN&style=3&language=0'/></a><br><a href='http://www.365groups.com/ChatWin.aspx?chatIDs=mw7mwNPm0N0IPwwz3AiYdviKjH6mmP7&ServiceTag=0&language=0' target='_blank'  onclick='openWin(this.href);  return false;' ><img border='0'  alt='新干线旅行网' src='http://www.365groups.com/msn_status.aspx?chatIDs=mw7mwNPm0N0IPwwz3AiYdviKjH6mmP7&style=3&language=0'/></a></td></tr><tr><td valign='top'><img src='images/QQ-02.jpg' width='91' height='11'></td></tr></table></div>"

document.write(suspendcode12); 
document.write(suspendcode14); 
window.setInterval("heartBeat()",1);



