﻿AdContentHtml += '</td></tr>';
AdContentHtml += '<tr height="30"><td><span class="huimenu"><a href="/Front/JiKaiYouXi/Main.aspx" class="huimenu">顶呱刮</a> </span></td><td><span class="huimenu"> <a href="#" class="huimenu"></a></span></td></tr>';
AdContentHtml += '</table></td></tr></table>';

document.write ('<div id="Javascript.RightDiv" style="position: absolute;z-index:1000;width:'+AdDivW+'px;height:'+AdDivH+'px;top:-1000px;word-break:break-all;display:none;">'+'<div>'+AdContentHtml+'</div></div>'); 

function scall(){
if(!showad){return;}
if (screen.width<MinScreenW){

showad = false;
document.getElementById("Javascript.RightDiv").style.display="none";
return;
}
var Borderpx = (screen.width-PageWidth)/2-AdDivW;

document.getElementById("Javascript.RightDiv").style.display="";
document.getElementById("Javascript.RightDiv").style.top=(document.documentElement.scrollTop+Toppx)+"px";
document.getElementById("Javascript.RightDiv").style.left=(PageWidth)+"px";
}
function hidead()
{
showad = false;

document.getElementById("Javascript.RightDiv").style.display="none";
}
window.onscroll=scall;
window.onresize=scall;
//window.onload=scall;
