var swfurl
swfurl="http://www.chntm.com/newqq/newqq.swf";

suspend1="<DIV id=love2 style='right:5px;POSITION:absolute;TOP:1px;'><table border='0' width='110' cellspacing='0' cellpadding='0'><tr><td width='110'><object classid='clsid:D27CDB6E-AE6D-11CF-96B8-444553540000' id='obj1' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0' border='0' width='160' height='350'><param name='movie' value='"+swfurl+"'><param name='quality' value='High'><embed src='"+swfurl+"' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' name='obj1' width='160' height='350'></object></td></tr></table></div>"

document.write(suspend1);

lastScrollY12=-150;

function heartBeat12(){
diffY12=document.body.scrollTop;
percent12=.1*(diffY12-lastScrollY12);
if(percent12>0)
percent12=Math.ceil(percent12);
else 
percent12=Math.floor(percent12);
document.all.love2.style.pixelTop+=percent12;
lastScrollY12=lastScrollY12+percent12;
}
window.setInterval("heartBeat12()",1);



