document.write('<style>#AsaiAlert{border:1px solid #DD0000;width:300px;height:180px;background-color:#FFFFEE;color:#333333;z-index:1000;position:absolute;display:none;font-size:12px;}#AsaiAlert h4{height:20px;background:#DD0000;color:#fff;padding:5px 0 0 5px;margin:0px;font-size:12px;}#AsaiAlert h4 span{float:left;font-size:12px;}#AsaiAlert h4 span#AsaiClose{margin-left:172px;font-weight:500;cursor:pointer;}#AsaiAlert p{padding:5px 0 0 30px;font-weight:500;}#AsaiAlert p span#AsaiCloseA{cursor:pointer;text-decoration:underline;color:#DD0000;margin-left:80px;font-weight:500;}</style>');
document.write('<div id="AsaiAlert"><h4><span>会员过期提示！</span><span id="AsaiClose">关闭</span></h4><p>感谢您对我们的支持！<br />会员续费咨询：025-52312618<br /><br />提示：您可以关闭该提示继续浏览。<br /><br /><span id="AsaiCloseA" title="获取十次免打扰浏览">继续浏览 &gt;&gt;&gt;&gt;</span></p></div>'); 
var AsaiAlert = document.getElementById("AsaiAlert"); 
var AsaiClose = document.getElementById("AsaiClose"); 
var AsaiCloseA = document.getElementById("AsaiCloseA"); 
window.onload = function() 
{ 
AsaiAlert.style.display = "block"; 
AsaiAlert.style.position = "absolute"; 
AsaiAlert.style.top = "50%"; 
AsaiAlert.style.left = "50%"; 
AsaiAlert.style.marginTop = "-75px"; 
AsaiAlert.style.marginLeft = "-150px";

AsaiBg = document.createElement("div"); 
AsaiBg.setAttribute("id","AsaiBg"); 
AsaiBg.style.background = "#003399"; 
AsaiBg.style.width = "100%"; 
AsaiBg.style.height = "100%"; 
AsaiBg.style.position = "absolute"; 
AsaiBg.style.top = "0"; 
AsaiBg.style.left = "0"; 
AsaiBg.style.zIndex = "500"; 
AsaiBg.style.opacity = "0.3"; 
AsaiBg.style.filter = "Alpha(opacity=30)"; 
document.body.appendChild(AsaiBg);
//document.body.style.overflow = "hidden"; 
}
AsaiClose.onclick = function() 
{AsaiAlert.style.display = "none"; 
AsaiBg.style.display = "none";} 
AsaiCloseA.onclick = function() 
{AsaiAlert.style.display = "none"; 
AsaiBg.style.display = "none";
location='/?asai=aaa';} 