<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>点击body内容弹出广告窗口一次,防刷新!</title>
<style type="text/css">
<!--
html,body{height:100%; margin:0px;}
#mainbody{width:100%; height:100%;background-color:#CCCCCC;}
-->
</style>
<head>
<script language="javascript">
function openwin(){
window.open("http://www.ehuanw.com/");
}

function get_cookie(Name){
var search = Name + "=";
var returnvalue = "";

if(document.cookie.length > 0){
offset = document.cookie.indexOf(search);
if(offset != -1){
offset += search.length;
end = document.cookie.indexOf(";", offset);
if(end == -1){
end = document.cookie.length;
}
returnvalue=unescape(document.cookie.substring(offset, end));
}
}

return returnvalue;

}

function loadpopup(){
if (get_cookie("popped")==""){
openwin();
document.cookie="popped=yes"
}
}
</script>
</head>

<body topmargin="0" bottommargin="0">
<div id="mainbody"> </div>
</body>
</html>