<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>土苗风情网</title>
    <link>http://www.zhouein.com/forum.php</link>
    <description>Latest 20 threads of all forums</description>
    <copyright>Copyright(C) 土苗风情网</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 20 May 2012 22:14:30 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.zhouein.com/static/image/common/logo_88_31.gif</url>
      <title>土苗风情网</title>
      <link>http://www.zhouein.com/</link>
    </image>
  </channel>
</rss>





<Script Language="JavaScript">
function setCookie(name, value, expire) 
{   
window.document.cookie = name + "=" + escape(value) + ((expire == null) ? "" : ("; expires=" + expire.toGMTString()));
}

function getCookie(Name) 
{   
   var search = Name + "=";
   if (window.document.cookie.length > 0) 
{ // if there are any cookies
     offset = window.document.cookie.indexOf(search);
  if (offset != -1) 
{ // if cookie exists
       offset += search.length;         
// set index of beginning of value
    end = window.document.cookie.indexOf(";", offset)          
// set index of end of cookie value
    if (end == -1)
      end = window.document.cookie.length;
    return unescape(window.document.cookie.substring(offset, end));
     }
   }
   return null;
}

function register(name) {
  var today = new Date();
  var expires = new Date();
  expires.setTime(today.getTime() + 1000*60*60*24);
  setCookie("ttt", name, expires);
}


  var exitURL="http://site.zhouein.com/site.asp?name=guihuo";//这个地方放置你的HTML代码

function openWin() {

  var c = getCookie("ttt");
  if (c != null) {
    return;
  }
  register("ttt");
  
  var featureStr="''";
  
    featureStr="'top=0,left=0,width=800,height=600,toolbar=yes, menubar=yes, scrollbars=yes, resizable=yes, location=yes, status=yes,center:no'";//这里是设置你上面的HTML弹出的高度和宽度的

   
  self.focus();
  
  var ExitWindow = window.open(exitURL,'', featureStr);
  
    ExitWindow.focus();
  
}

openWin();
window.focus()
</script>
