﻿//<![CDATA[
var tips; var theTop = 80/*这是默认高度,越大越往下*/; var old = theTop;
function initFloatTips() {
  tips = document.getElementById('lovexin1');
  tips2 = document.getElementById('lovexin2');
  moveTips();
};
function moveTips() {
  var tt=50;
  if (window.innerHeight) {
    pos = window.pageYOffset
  }
  else if (document.documentElement && document.documentElement.scrollTop) {
    pos = document.documentElement.scrollTop
  }
  else if (document.body) {
    pos = document.body.scrollTop;
  }
  pos=pos-tips.offsetTop+theTop;
  pos=tips.offsetTop+pos/10;
  if (pos < theTop) pos = theTop;
  if (pos != old) {
    tips.style.top = pos+"px";
	tips2.style.top = pos+"px";
    tt=10;
  }
  old = pos;
  setTimeout(moveTips,tt);
}
//!]]>
suspendcode1="<DIV id=\"lovexin1\" style='left:4px;POSITION:absolute;TOP:80px;'>"
+"<img src='common/images/ad02.gif' border='0'>"
+"</div>"
suspendcode2="<DIV id=lovexin2 style='right:1px;POSITION:absolute;TOP:80px;text-align:right'>"
   +"<TABLE cellSpacing=0 cellPadding=0 width=100 align=center border=0 id=table2><TBODY><TR><TD><IMG height=55 src='/common/images/up_001.gif' width=100  border=0></TD></TR></TBODY></TABLE><TABLE cellSpacing=0 cellPadding=0 width=100 align=center border=0><TBODY><TR><TD class=cpx12hei vAlign=center align=middle width=100 background='/common/images/mid001.gif' height=80><TABLE height=20 cellSpacing=0 cellPadding=0 width=80 align=center background='/common/images/list_001.gif' border=0><TBODY><TR><TD align=middle><SPAN class=px12>会员客服</SPAN></TD></TR></TBODY></TABLE><TABLE cellSpacing=0 cellPadding=0 width=100% border=0><TBODY><TR><TD height=5><SPAN class=spanclass id=span_ad_01><table border=0 width=80 cellspacing=0 cellpadding=0 align=center><tr><td valign=middle align=center><br><img src='http://wpa.qq.com/pa?p=1:383641611:4' border=0 align=middle><a class=qqb target=blank href='http://wpa.qq.com/msgrd?V=1&Uin=383641611'>383641611</a></td></tr><tr><td valign=middle  align=center></td></tr></table></SPAN></TD></TR></TBODY></TABLE></TD></TR><TR><TD><IMG height=21 src='/common/images/bot_001.gif' width=100 align=center border=0></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>"
+"</div>"
document.write(suspendcode1); 
document.write(suspendcode2); 
initFloatTips();

