﻿//document.write("<DIV id=divStayTopleft style='Z-INDEX: 10; LEFT: 10px; POSITION: absolute; TOP: 190px; width: 112; height: 190px;'>");
//document.write("<img src=images/right.gif></DIV>");
//document.write("</DIV>");
//LEFT: expression(document.body.clientWidth/2+458);

document.write("<DIV id=divStayTopright style='Z-INDEX: 100; right:5px; POSITION: absolute; TOP: 80px;'>");
document.write("<table border=0 cellspacing=0 cellpadding=0 bgcolor=#FFFFFF>");			
document.write("<tr><td>");
document.write("<img src=online_1.gif>");
document.write("</td></tr>");

//
document.write("<tr><td align=center height=30 background=online_2.gif class=qqimg>");
document.write("<a href=msnim:chat?contact=conie.fox@hotmail.com><img src=/images/msn.gif border=0><font color=#000000>在线客服</font></a>");
document.write("</td></tr>");document.write("<tr><td align=center height=30 background=online_2.gif class=qqimg>");
document.write("<a target=blank href=tencent://message/?uin=358089385&Site=时尚汇&Menu=yes><img border=0 SRC=http://wpa.qq.com/pa?p=1:358089385:10 alt=点击发消息></a>");
document.write("</td></tr>");document.write("<tr><td align=center height=30 background=online_2.gif class=qqimg>");
document.write("<a target=_blank href=http://amos.im.alisoft.com/msg.aw?v=2&uid=coniefox11&site=cntaobao&s=1&charset=utf-8 ><img border=0 src=http://amos.im.alisoft.com/online.aw?v=2&uid=coniefox11&site=cntaobao&s=1&charset=utf-8 alt=创意狐客服 /></a>");
document.write("</td></tr>");document.write("<tr><td align=center height=30 background=online_2.gif class=qqimg>");
document.write("<a target=blank href=tencent://message/?uin=358089385&Site=时尚汇&Menu=yes><img border=0 SRC=http://wpa.qq.com/pa?p=1:358089385:10 alt=点击发消息></a>");
document.write("</td></tr>");document.write("<tr><td align=center height=30 background=online_2.gif class=qqimg>");
document.write("<a target=blank href=tencent://message/?uin=384005480&Site=时尚汇&Menu=yes><img border=0 SRC=http://wpa.qq.com/pa?p=1:384005480:10 alt=点击发消息></a>");
document.write("</td></tr>");
//

document.write("<tr><td>");
document.write("<img src=online_4.gif>");
document.write("</td></tr>");
document.write("</table>");
document.write("</DIV>");

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.divStayTopleft.style.pixelTop+=percent;
document.all.divStayTopright.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent;
}
function hide()  
{   
//divStayTopleft.style.visibility="hidden"; 
divStayTopright.style.visibility="hidden";
}
window.setInterval("heartBeat()",1);