function SetCookieh(cookieName,cookieValue,nDays){
var today = new Date();
var expire = new Date();
if (nDays==null || nDays==0) nDays=1;
expire.setTime(today.getTime() + 3600000*12*nDays);
path = '/';
domain=document.domain;
expires=expire.toGMTString();
var str = cookieName + '=' + escape(cookieValue);
if (expires) str += '; expires=' + expires;
if (path) str += '; path=' + path;
if (domain) str += '; domain=' + domain;
document.cookie = str;
}
function getCookieh(name) {
var dc = document.cookie;
var prefix = name + "=";
var begin = dc.indexOf("; " + prefix);
if (begin == -1) {
begin = dc.indexOf(prefix);
if (begin != 0) return null;
} else {
begin += 2;
}
var end = document.cookie.indexOf(";", begin);
if (end == -1) {
end = dc.length;
}
return unescape(dc.substring(begin + prefix.length, end));
}
bdef = getCookieh("hostmir_468");
cookie = getCookieh("hostmirclick_468");
if(cookie!='yes')
{
function sprhost()
{
//SetCookieh('hostmir_468', '
Украинская Баннерная Сеть', '1');
SetCookieh("hostmirclick_468", "yes", "1");
this.window.focus();
}
document.write('
');
}
if(cookie=='yes')
{
document.write(unescape('%3C%21--%20Ukrainian%20Banner%20Network%20468x60%20START%20--%3E%0D%0A%3Cscript%3E%0D%0A%2F%2F%3C%21--%0D%0Auser%20%3D%20%2255017%22%3B%0D%0Apage%20%3D%20%221%22%3B%0D%0Apid%20%3D%20Math.round%28%28Math.random%28%29%20%2A%20%2810000000%20-%201%29%29%29%3B%0D%0Adocument.write%28%22%3Ciframe%20src%3D%27http%3A%2F%2Fbanner.kiev.ua%2Fcgi-bin%2Fbi.cgi%3Fh%22%20%2B%0D%0Auser%20%2B%20%22%26amp%3B%22%2B%20pid%20%2B%20%22%26amp%3B%22%20%2B%20page%20%2B%20%22%27%20frameborder%3D0%20vspace%3D0%20hspace%3D0%20%22%20%2B%0D%0A%22%20width%3D468%20height%3D60%20marginwidth%3D0%20marginheight%3D0%20scrolling%3Dno%3E%22%29%3B%0D%0Adocument.write%28%22%3Ca%20href%3D%27http%3A%2F%2Fbanner.kiev.ua%2Fcgi-bin%2Fbg.cgi%3F%22%20%2B%0D%0Auser%20%2B%20%22%26amp%3B%22%2B%20pid%20%2B%20%22%26amp%3B%22%20%2B%20page%20%2B%20%22%27%20target%3D_top%3E%22%29%3B%0D%0Adocument.write%28%22%3Cimg%20border%3D0%20src%3D%27http%3A%2F%2Fbanner.kiev.ua%2F%22%20%2B%0D%0A%22cgi-bin%2Fbi.cgi%3Fi%22%20%2B%20user%20%2B%20%22%26amp%3B%22%20%2B%20pid%20%2B%20%22%26amp%3B%22%20%2B%20page%20%2B%0D%0A%22%27%20width%3D468%20height%3D60%20alt%3D%27%D3%EA%F0%E0%E8%ED%F1%EA%E0%FF%20%C1%E0%ED%ED%E5%F0%ED%E0%FF%20%D1%E5%F2%FC%27%3E%3C%2Fa%3E%22%29%3B%0D%0Adocument.write%28%22%3C%2Fiframe%3E%22%29%3B%0D%0A%2F%2F--%3E%0D%0A%3C%2Fscript%3E%3Cbr%3E%0D%0A%3Csmall%3E%3Ca%20href%3Dhttp%3A%2F%2Fbanner.kiev.ua%2F%20target%3D_top%3E%D3%EA%F0%E0%E8%ED%F1%EA%E0%FF%20%C1%E0%ED%ED%E5%F0%ED%E0%FF%20%D1%E5%F2%FC%3C%2Fa%3E%3C%2Fsmall%3E%0D%0A%3C%21--%20Ukrainian%20Banner%20Network%20468x60%20END%20--%3E'));
}