var showad = true; 
var Toppx = 100; //&#19978;&#31471;&#20301;&#32622; 
var AdDivW = 100; //&#23485;&#24230; 
var AdDivH = 350; //&#39640;&#24230; 
var PageWidth = 800; //&#39029;&#38754;&#22810;&#23569;&#23485;&#24230;&#35937;&#32032;&#19979;&#27491;&#22909;&#19981;&#20986;&#29616;&#24038;&#21491;&#28378;&#21160;&#26465; 
var MinScreenW = 1024; //&#26174;&#31034;&#24191;&#21578;&#30340;&#26368;&#23567;&#23631;&#24149;&#23485;&#24230;&#35937;&#32032; 
var ClosebuttonHtml = '<div align="center"><a target="_self" href="javascript:;" onclick="hidead()"><img src="close.gif" border="0"></a></div>' 
var AdContentHtml = '<div align="center" style="color:green;font-size:23pt;font-family:&#40657;&#20307;;"><table border="0" width="110" id="table1" cellspacing="0" cellpadding="0" height="210"><tr><td><iframe id="baiduSpFrame" border="0" vspace="0" hspace="0" marginwidth="0" marginheight="0" framespacing="0" frameborder="0" scrolling="no" width="110" height="190" src="http://www.cjtz.com/alimama2.htm"></iframe></td></tr></table></div>'; 
var AdContentHtml1 = '<div align="center" style="color:green;font-size:23pt;font-family:&#40657;&#20307;;"><table border="0" width="110" id="table1" cellspacing="0" cellpadding="0" height="210"><tr><td><iframe id="baiduSpFrame" border="0" vspace="0" hspace="0" marginwidth="0" marginheight="0" framespacing="0" frameborder="0" scrolling="no" width="110" height="190" src="http://www.cjtz.com/alimama3.htm"></iframe></td></tr></table></div>'; 
document.write ('<div id="Javascript.LeftDiv" style="position: absolute;z-index:1000;width:'+AdDivW+'px;height:'+AdDivH+'px;top:-1000px;word-break:break-all;display:block;">'+AdContentHtml+'<div>'+ClosebuttonHtml+'</div></div>'); 
document.write ('<div id="Javascript.RightDiv" style="position: absolute;#EEEEE2;z-index:1000;width:'+AdDivW+'px;height:'+AdDivH+'px;top:-1000px;word-break:break-all;display:block;">'+AdContentHtml1+'<div>'+ClosebuttonHtml+'</div></div>'); 
function scall(){ 
if(!showad){return;} 
if (window.screen.width<MinScreenW){ 
showad = false; 
document.getElementById("Javascript.LeftDiv").style.display="none"; 
document.getElementById("Javascript.RightDiv").style.display="none"; 
return; 
} 
var Borderpx = ((window.screen.width-PageWidth)/2-AdDivW)/2; 

document.getElementById("Javascript.LeftDiv").style.display=""; 
document.getElementById("Javascript.LeftDiv").style.top=document.body.scrollTop+Toppx; 
document.getElementById("Javascript.LeftDiv").style.left=document.body.scrollLeft+Borderpx; 
document.getElementById("Javascript.RightDiv").style.display=""; 
document.getElementById("Javascript.RightDiv").style.top=document.body.scrollTop+Toppx; 
document.getElementById("Javascript.RightDiv").style.left=document.body.scrollLeft+document.body.clientWidth-document.getElementById("Javascript.RightDiv").offsetWidth-Borderpx; 
} 

function hidead() 
{ 
showad = false; 
document.getElementById("Javascript.LeftDiv").style.display="none"; 
document.getElementById("Javascript.RightDiv").style.display="none"; 
} 
window.onscroll=scall; 
window.onresize=scall; 
window.onload=scall; 