﻿//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 width=112 height=189></DIV>");
//document.write("</DIV>");

document.write("<DIV id=divStayTopright style='Z-INDEX: 10; right: 5px; POSITION: absolute; TOP: 70px;'>");
document.write("<table width=70 border=0 cellspacing=0 cellpadding=0 bgcolor=#FFFFFF background=images/online_2.gif>");			
document.write("<tr><td>");
document.write("<img src=images/online_1.gif>");
document.write("</td></tr>");

//
document.write("<tr><td align=center height=26>");
document.write("<a target=_blank href=http://amos1.sh1.china.alibaba.com/msg.atc?v=1&uid=gdqifeng><img src=images/ww2.gif style=border: none; border=0 alt=Call me! /><a>");
document.write("</td></tr>");document.write("<tr><td align=center height=26>");
document.write("<a href=skype:BARBARALI85?call onclick=return skypeCheck(); target=_blank><img src=images/skype.gif style=border: none; border=0 alt=Call me! /></a>");
document.write("</td></tr>");document.write("<tr><td align=center height=26>");
document.write("<a href=msnim:chat?contact=BARBARAMIN88@HOTMAIL.COM><img src=images/msn.gif border=0 /></a>");
document.write("</td></tr>");
//

document.write("<tr><td>");
document.write("<img src=images/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);
