﻿// JScript 文件
function closeAD(){
    document.getElementById("SouthTea_AD_Left").innerHTML='';
	document.getElementById("SouthTea_AD_Right").innerHTML='';
    }
lastScrollY2=0;
function heartBeat2(){ 
var diffY2;
if (document.documentElement && document.documentElement.scrollTop)
    diffY2 = document.documentElement.scrollTop;
else if (document.body)
   diffY2 = document.body.scrollTop
else
{/*Netscape stuff*/}
   percent2=.1*(diffY2-lastScrollY2); 
if(percent2>0)
    percent2=Math.ceil(percent2); 
else 
    percent2=Math.floor(percent2); 
document.getElementById("SouthTea_AD_Right").style.top=parseInt(document.getElementById("SouthTea_AD_Right").style.top)+percent2+"px";
document.getElementById("SouthTea_AD_Left").style.top=parseInt(document.getElementById("SouthTea_AD_Left").style.top)+percent2+"px";
lastScrollY2=lastScrollY2+percent2; }
suspendcode1='<DIV id="SouthTea_AD_Left" style="left:20px;POSITION:absolute;TOP:75px;"><TABLE WIDTH="110" BORDER="0" CELLSPACING="0" CELLPADDING="0"><TR><TD><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="110" height="260"><param name="movie" value="swf/企业短信_云浮110x260.swf"><param name="quality" value="high"><embed src="swf/企业短信_云浮110x260.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="110" height="260"></embed></object></TD></TR><tr><td style="padding-left: 3px; padding-top: 2px" bgcolor="#CCCCCC" align="Left"><a style="font-size: 12px; color: #000000; text-decoration: none;" href="javascript:closeAD();"target="_self">关闭</a></td></tr></TABLE></div>'

suspendcode2='<DIV id="SouthTea_AD_Right" style="right:20px;POSITION:absolute;TOP:75px;"><TABLE WIDTH="110" BORDER="0" CELLSPACING="0" CELLPADDING="0"><TR><TD><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="110" height="260"><param name="movie" value="swf/网络传真110X260.swf"><param name="quality" value="high"><embed src="swf/网络传真110X260.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="110" height="260"></embed></object></TD></TR><tr><td style="padding-left: 3px; padding-top: 2px" bgcolor="#CCCCCC" align="right"><a style="font-size: 12px; color: #000000; text-decoration: none;" href="javascript:closeAD();"target="_self">关闭</a></td></tr></TABLE></div>'


//suspendcode2='<DIV id="SouthTea_AD_Right" style="right:20px;POSITION:absolute;TOP:75px;"><TABLE WIDTH="110" BORDER="0" CELLSPACING="0" CELLPADDING="0"><TR><TD><A HREF=http://www.south-tea.com/huacha.htm  TARGET=_blank><IMG SRC=http://219.137.167.211/TeaMarket/Image/AD_huacha.gif BORDER=0 WIDTH="110" HEIGHT="260"></A></TD></TR><tr><td style="padding-left: 3px; padding-top: 2px" bgcolor="#CCCCCC" align="right"><a style="font-size: 12px; color: #000000; text-decoration: none;" href="javascript:closeAD();"target="_self">关闭</a></td></tr></TABLE></div>'
document.write(suspendcode2); 
document.write(suspendcode1);
window.setInterval("heartBeat2()",1);
