document.write('
'); document.write('
'); //(function(){ lastScrollY2=0; function heartBeat2(){ var diffY2; if (document.documentElement && document.documentElement.scrollTop) diffY2 = document.documentElement.scrollTop; else if (document.body) diffY2 = document.body.scrollTop else {/*Netscape stuff*/} //alert(diffY2); percent=.1*(diffY2-lastScrollY2); if(percent>0)percent=Math.ceil(percent); else percent=Math.floor(percent); document.getElementById("floatTips_gg").style.top=parseInt(diffY2)+100 + "px"; lastScrollY2=lastScrollY2+percent; } function close_float2(){document.getElementById('floatTips_gg').style.display='none';} window.setInterval("heartBeat2()",1); //})(); jQuery(function($){ $.get("ggfloat_ajax.asp", function(data){ $("#floatTips_gg").html(data); }); });