﻿function adultWarning(lng)
{
	if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)){ //test for MSIE x.x;
 		var ieversion=new Number(RegExp.$1) // capture x.x portion and store as a number
 		if (ieversion==6) {
			document.write('<div id="pre_warning" style="position:absolute;top:0px;left:0px;width:100%;height:expression(document.documentElement.clientHeight);background-color:#ffffff;position: fixed;_position: absolute;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);filter:alpha(opacity=95);opacity: 0.95;-moz-opacity:0.95; z-index: 1002;"></div><div id="warning" style="position:absolute;top:0px;left:0px;width:100%;height:expression(document.documentElement.clientHeight);position: fixed;_position: absolute;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);filter:alpha(opacity=100);opacity: 1.0;-moz-opacity:1.0; z-index: 1003;"><table width="100%" height="100%"><tr><td align="center" valign="middle"><table style="width:750px; height:500px;  background: url(http://www.ostrekociaki.pl/img/ostrekociaki_pl_blank.jpg) no-repeat;"><tr><td style="vertical-align: top; font: normal 15px Arial; color: #fff;"><div style="text-align: center; margin-top: 347px;"><span style="font: normal 18px Arial; color: #000">Korzystanie z serwisu oznacza akceptację <a href="/regulamin">regulaminu</a></span><br /><input type=checkbox id="warningBox"> <a style="font: normal 18px Arial; text-decoration: none; color: #000; text-transform: none;" href="#" onclick="document.getElementById(\'warningBox\').checked ^= 1; return false;">Mam ukończone 18 lat i akceptuję regulamin.</a></div><div style="text-align: center; margin-top:20px;"><a style="font: bold 36px Arial; text-decoration: none; color: #f00; text-transform: uppercase; letter-spacing: -2px;" href="#" onclick="adultWarning_letMeIn(\'Potwierdź swoją pełnoletniość!\'); return false;">Wchodzę</a></div></td></tr></table></td></tr></table></div>');
		}
		else {
			document.write('<div id="pre_warning" style="position:absolute;top:0px;left:0px;width:100%;height:100%;background-color:#ffffff;position: fixed;_position: absolute;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);filter:alpha(opacity=95);opacity: 0.95;-moz-opacity:0.95; z-index: 1002;"></div><div id="warning" style="position:absolute;top:0px;left:0px;width:100%;height:100%;position: fixed;_position: absolute;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);filter:alpha(opacity=100);opacity: 1.0;-moz-opacity:1.0; z-index: 1003;"><table width="100%" height="100%"><tr><td align="center" valign="middle"><table style="width:750px; height:500px;  background: url(http://www.ostrekociaki.pl/img/ostrekociaki_pl_blank.jpg) no-repeat;"><tr><td style="vertical-align: top; font: normal 15px Arial; color: #fff;"><div style="text-align: center; margin-top: 347px;"><span style="font: normal 18px Arial; color: #000">Korzystanie z serwisu oznacza akceptację <a href="/regulamin">regulaminu</a></span><br /><input type=checkbox id="warningBox"> <a style="font: normal 18px Arial; text-decoration: none; color: #000; text-transform: none;" href="#" onclick="document.getElementById(\'warningBox\').checked ^= 1; return false;">Mam ukończone 18 lat i akceptuję regulamin.</a></div><div style="text-align: center; margin-top:20px;"><a style="font: bold 36px Arial; text-decoration: none; color: #f00; text-transform: uppercase; letter-spacing: -2px;" href="#" onclick="adultWarning_letMeIn(\'Potwierdź swoją pełnoletniość!\'); return false;">Wchodzę</a></div></td></tr></table></td></tr></table></div>');
		}
	}
	else {
		document.write('<div id="pre_warning" style="position:absolute;top:0px;left:0px;width:100%;height:100%;background-color:#ffffff;position: fixed;_position: absolute;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);filter:alpha(opacity=95);opacity: 0.95;-moz-opacity:0.95; z-index: 1002;"></div><div id="warning" style="position:absolute;top:0px;left:0px;width:100%;height:100%;position: fixed;_position: absolute;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);filter:alpha(opacity=100);opacity: 1.0;-moz-opacity:1.0; z-index: 1003;"><table width="100%" height="100%"><tr><td align="center" valign="middle"><table style="width:750px; height:500px;  background: url(http://www.ostrekociaki.pl/img/ostrekociaki_pl_blank.jpg) no-repeat;"><tr><td style="vertical-align: top; font: normal 15px Arial; color: #fff;"><div style="text-align: center; margin-top: 347px;"><span style="font: normal 18px Arial; color: #000">Korzystanie z serwisu oznacza akceptację <a href="/regulamin">regulaminu</a></span><br /><input type=checkbox id="warningBox"> <a style="font: normal 18px Arial; text-decoration: none; color: #000; text-transform: none;" href="#" onclick="document.getElementById(\'warningBox\').checked ^= 1; return false;">Mam ukończone 18 lat i akceptuję regulamin.</a></div><div style="text-align: center; margin-top:20px;"><a style="font: bold 36px Arial; text-decoration: none; color: #f00; text-transform: uppercase; letter-spacing: -2px;" href="#" onclick="adultWarning_letMeIn(\'Potwierdź swoją pełnoletniość!\'); return false;">Wchodzę</a></div></td></tr></table></td></tr></table></div>');
	}
}
function adultWarning_letMeIn(not_checked)
{
if(document.getElementById('warningBox').checked)
{
adultWarning_setCookie('adultPerson', 1, 1);
document.getElementById('warning').style.visibility = 'hidden';
document.getElementById('pre_warning').style.visibility = 'hidden';
}
else alert(not_checked);
}
function adultWarning_setCookie(cookieName,cookieValue,nDays)
{
var today = new Date();
var expire = new Date();
var d = document.location.href.split('/');
d = d[2].split('.');
d = d[d.length-2]+'.'+d[d.length-1];
if (nDays==null || nDays==0) nDays=1;
expire.setTime(today.getTime() + 3600000*24*nDays);
document.cookie = cookieName+"="+escape(cookieValue)
+ ";path=/;";//domain=+d;
}
function adultWarning_getCookie(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));
}