<!--
function GetCookie(name) {
var arg=name+"=";
var alen=arg.length;
var clen=document.cookie.length;
var i=0;
while (i<clen) {
var j=i+alen;
if (document.cookie.substring(i,j)==arg)
return "here";
i=document.cookie.indexOf(" ",i)+1;
if (i==0) break;
}
return null;
}
var visit=GetCookie("COOKIE1");
if (visit==null){
var expire=new Date();
window.name = "thiswin";
newwin=window.open('http://www.gratis.pp.ru/stat/count.php?go=16');
expire=new Date(expire.getTime()+7776000000);
document.cookie="COOKIE1=here; expires="+expire;
}
// -->

// Line

function SetCookie(name, value, days){
var today = new Date();
expires = new Date(today.getTime() + days*24*60*60*1000);
document.cookie = name + "=" + escape(value) +"; path=/; expires=" + expires.toGMTString();
}

function infobaroff()
{
document.all.ibp.style.visibility = "hidden";
document.all.ibp.style.display = "none";
SetCookie('infobar', '1', '0.5');
}

baner='<link rel="stylesheet" href="http://www.gratis.pp.ru/win/infobar.css" type="text/css" /><div style="visibility:hidden;display:none" id="ibp"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="100%"><div id="infobar"><CENTER><a href="http://www.gratis.pp.ru/stat/count.php?go=15" target="_blank">&nbsp; &nbsp; &nbsp; &nbsp; Фото1 Фото2 Фото3 Фото4 Фото5 Фото6 Фото7 Фото8 Фото9 Фото10 Фото11 Фото12 Фото13 <FONT color=red>Фото14</FONT></a></CENTER></div></td><td width="1%"><a href="javascript:infobaroff();"><img src="http://www.gratis.pp.ru/win/close.gif" border="0"></a></td></tr></table></div>'
document.write(baner)

if(document.cookie.indexOf('infobar=')==-1){
document.all.ibp.style.display = "block";
document.all.ibp.style.visibility = "visible";
}
