suspendcode="<DIV id=lovexin2 style='Z-INDEX: 2; LEFT: 2px; POSITION: absolute; TOP: 105px; width: 100; height: 300px;'>";
suspendcode=suspendcode+"<table width='110' border='0' cellpadding='0' cellspacing='0'><tr>";
suspendcode=suspendcode+"<td><img src='http://www.5858jp.com/images/top330.gif' width='110' height='55' /></td>";
suspendcode=suspendcode+"</tr><tr background='http://www.5858jp.com/images/middle.gif'>";
suspendcode=suspendcode+"<td background='http://www.5858jp.com/images/middle.gif'>"
suspendcode=suspendcode+"<table width='90%' border='0' align='right' cellpadding='0' cellspacing='0'>"
suspendcode=suspendcode+msn("gzto3@hotmail.com","国内机票","1003033716")+msn("gzto2@hotmail.com","国际机票","296827018");
suspendcode=suspendcode+"</table></td></tr><tr>";
suspendcode=suspendcode+"<td><img src='http://www.5858jp.com/images/bottom.gif' width='110' height='21' /></td></tr></table>";
suspendcode=suspendcode+"</DIV>";
document.write(suspendcode);

//flash格式调用方法
//<EMBED src='flash.swf' quality=high  WIDTH=100 HEIGHT=300 TYPE='application/x-shockwave-flash' id=ad wmode=opaque></EMBED>
function msn(msn,title,qq)
{
msns="<tr><td width='16%'>";
msns=msns+"<a target=blank href=tencent://message/?uin="+qq+"&Site="+qq+"&Menu=yes><img border='0' ";
msns=msns+"SRC=http://wpa.qq.com/pa?p=1:"+qq+":4 alt='点击这里给我发消息'></a></td>";
msns=msns+"<td width='45%'>"+title+"</td></tr>";
return msns;
}
function QQ(qq,title)
{
//qqs="<tr><td width='60'><img src='http://www.gzto.com/newimg/QQonline.gif' width='60' height='22' /></td>";
qqs="<tr><td width='40'><a target=blank href=tencent://message/?uin="+qq+"&Site="+qq+"&Menu=yes><img border='0' SRC=http://wpa.qq.com/pa?p=1:"+qq+":4 alt='点击这里给我发消息'></a></td>";
qqs=qqs+"<td width=''><a href='http://wpa.qq.com/msgrd?V=1&Uin="+qq+"&Site=在线咨询&Menu=no' ";
qqs=qqs+" target=blank title='在线即时交谈'>"+title+"</a></td></tr>";
return qqs;
}

lastScrollY=0;
function heartBeat(){
diffY=document.body.scrollTop;
percent=.3*(diffY-lastScrollY);
if(percent>0)percent=Math.ceil(percent);
else percent=Math.floor(percent);
//document.all.lovexin1.style.pixelTop+=percent;
document.all.lovexin2.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent;
}
function hide()  
{   
//lovexin1.style.visibility="hidden"; 
//lovexin2.style.visibility="hidden";
}
window.setInterval("heartBeat()",1); 
