/*
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
 {}
  
//alert(diffY);
percent=.1*(diffY-lastScrollY); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.getElementById("web_ad1").style.top=parseInt(document.getElementById

("web_ad1").style.top)+percent+"px";
document.getElementById("web_ad2").style.top=parseInt(document.getElementById

("web_ad1").style.top)+percent+"px";

lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}
*/

if (window.innerWidth){
  winWidth = (window.innerWidth+784)/2;
  suspendcode14="<div id=\"web_ad2\" style='POSITION:absolute; left:" + winWidth + "px;TOP:25px; ; cursor:hand;'><img src='img/banner_2.gif' alt='www.easymacau.com' onclick=window.open('http://www.easymacau.com') border='0'></div>";
}
else {
  suspendcode14="<div id=\"web_ad2\" style='POSITION:absolute;left:expression((body.clientWidth+798)/2);TOP:60px; z-index:-999; cursor:hand;'><img src='img/banner_2.gif' alt='www.easymacau.com' onclick=window.open('http://www.easymacau.com') border='0'></div>"}
	
document.write(suspendcode14);       