suspendcode = "<DIV id=lovexin1 style='LEFT:10px; POSITION: absolute; TOP: 125px; width:125'><embed src=http://www.siteatm.com/adswf/spring.swf quality=high pluginspage=http://www.macromedia.com/go/getflashplayer type=application/x-shockwave-flash height=380 width=95></embed><br /><img src='http://www.siteatm.com/images/close.gif' onClick=\"javascript:hide('lovexin1')\" border='0' vspace='3' alt=''></DIV>"
	    document.write(suspendcode);

	    suspendcode = "<DIV id=lovexin2 style='right:10px;POSITION: absolute; TOP: 125px;width:125'><embed src=http://www.siteatm.com/adswf/springleft.swf quality=high pluginspage=http://www.macromedia.com/go/getflashplayer type=application/x-shockwave-flash height=380 width=95></embed><br /><img src='http://www.siteatm.com/images/close.gif' onClick=\"javascript:hide('lovexin2')\" border='0' vspace='3' alt=''></DIV>"
	    document.write(suspendcode);

	    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.lovexin1.style.pixelTop += percent;
	        document.all.lovexin2.style.pixelTop += percent;
	        lastScrollY = lastScrollY + percent;
	    }
	    function hide(divid) {
	        if (divid == "lovexin1") {
	            lovexin1.style.visibility = "hidden";
	        }
	        if (divid == "lovexin2") {
	            lovexin2.style.visibility = "hidden";
	        }
	    }
	    window.setInterval("heartBeat()", 1);
