<!--
function close_float_left(){backi.style.visibility='hidden';}

lastScrollY=0; 
function heartBeat(){ 
var diffY;
if (document.documentElement && document.documentElement.scrollTop)
    diffY = document.documentElement.scrollTop;
else if (document.body)
    diffY = document.body.scrollTop
else
    {/*Netscape stuff*/}

percent=.1*(diffY-lastScrollY); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.getElementById("backi").style.top=parseInt(document.getElementById("backi").style.top)+percent+"px";

lastScrollY=lastScrollY+percent; 
} 
function WriteQqStr()
{
	document.write('<DIV id=backi style="RIGHT: 0px; OVERFLOW: visible; POSITION: absolute; TOP: 130px;background-image:url(../images/07.gif)">');
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="72">');
	document.write('<tr><td><a href="javascript:close_float_left();void(0);" title="close"><IMG src="../images/01.gif" border=0></a></td></tr>');
	document.write('<tr><td align="center"><a target="blank" href="http://wpa.qq.com/msgrd?V=1&Uin=1054076386&Site=www.cartiff.com.cn& Menu=yes"><img border="0" SRC=http://wpa.qq.com/pa?p=1:1054076386:14 alt="给我发消息" vspace=3 align="middle"></a></td></tr>');
	document.write('<tr><td align="center"><A href="msnim:chat?contact=cartiff123@hotmail.com" target=_blank><IMG src="../images/03.gif" vspace=3 border=0></A></td></tr>');
	document.write('<tr><td align="center"><a href="http://cn.webmessenger.yahoo.com/index.php?t=1&to=eWlkPXdlc3RreUB5YWhvby5jbg--&sig=cf3f672c1bd9ada33783d2c5dd6cca855a8d2532" target="_blank"><img src="http://opium3.msg.vip.mud.yahoo.com/online?u=cartiff123@yahoo.com&t=1&l=cn" alt="与我们交谈！" vspace=3  width=60 height=22 hspace="5" border="0" align="absmiddle" /></a></td></tr>');
	document.write('<tr><td><IMG src="../images/05-1.gif" border=0></td></tr>');
	document.write('</table>');
	document.write('</DIV>');
}
WriteQqStr();
window.setInterval("heartBeat()",1);

//-->


