var show;

show = '<DIV id=move_banner style="Z-INDEX: 2; LEFT: 58px; WIDTH: 85px; POSITION: absolute; TOP: 450px; HEIGHT: 100px">';

show += '<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>';

show += '<TBODY>';

show += '<TR>';

show += '<TD width=85 background=float_contact/float.jpg height=97>';

show += '<TABLE cellSpacing=0 cellPadding=0 width=85 align=center border=0>';

show += '<TBODY>';

show += '<TR>';

show += '<TD align=middle height=23></TD></TR>';

show += '<TR>';

show += '<TR>';

show += '<TD  colspan=2 align=middle height=20><a href="msnim:chat?contact=kitty_lihui@hotmail.com" target="_blank"><img src="images/msn_auto.gif" border="0" width="77" height="22" alt="kitty_lihui@hotmail.com" /></a></TD></TR>';

show += '<TR>';

show += '<TD align=middle height=10></TD></TR>';

show += '<TR>';

show += '<TR>';

show += '<TD  align=middle height=20><a href="msnim:chat?contact=jimmychan_2008@hotmail.com" target="_blank"><img src="images/msn_mach.gif" border="0" width="77" height="22" alt="jimmychan_2008@hotmail.com" /></a></TD></TR>';

show += '</TBODY></TABLE>';
show += '</TD></TR></TBODY></TABLE>';

show += '</DIV>';





document.write(show);

lastScrollY=0;
function heartBeat(){
diffY=document.body.scrollTop;
percent=0.3*(diffY-lastScrollY);
if(percent>0)percent=Math.ceil(percent);
else percent=Math.floor(percent);
document.all.move_banner.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent;
}
window.setInterval("heartBeat()",1);

/*set_y = 0;

distance = 0;

document.all['move_banner'].style.left = 50;

move_div();

function move_div()
{

var new_y;

//new_y = document.documentElement.scrollTop;
new_y = document.body.scrollTop;

distance = new_y - set_y ;

if( set_y != new_y ) set_y += ( distance / 10 );

document.all['move_banner'].style.top = set_y+300;

setInterval('move_div()');
}*/




