function adultWarning(lng)
{
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.body.scrollTop+document.body.clientHeight-this.clientHeight);filter:alpha(opacity=70);opacity: 0.7;-moz-opacity:0.7;"></div><div id="warning" style="position:absolute;top:0px;left:0px;width:100%;height:100%;position: fixed;_position: absolute;_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);filter:alpha(opacity=100);opacity: 1.0;-moz-opacity:1.0;"><table width="100%" height="100%"><tr width="100%" height="100%"><td align="center" valign="middle" width="100%" height="100%"><table style="width:100%; height:100%; border:1px solid #cccccc; background-color:#ffffff;"><tr><td align="center" style="padding-top:12px;"><font style="font-size: 13pt;"><br><br><b>UWAGA: Strona zawiera treści erotyczne przeznaczone tylko dla czytelników pełnoletnich</b></font><div align="center">Jeśli nie ukończyłeś 18 roku życia zamknij okno przeglądarki.</div><br><input type=checkbox id="warningBox"> <a class="zobacz_film" href="#" onclick="document.getElementById(\'warningBox\').checked ^= 1; return false;">Ukończyłem 18 lat. Nie pokazuj tego ostrzeżenia w przyszłości.</a><div style="margin-top:32px;"><a class="zobacz_film" href="#" onclick="adultWarning_letMeIn(\'Potwierd? swoją pełnoletniość!\'); return false;"><font style="font-size : 18pt;"><b>Wchodzę</b></font></a><br /><br /><a href="http://www.pleja.net" rel="nofolow" target="_blank"> <img src="muza-banner.jpg" alt="Najlepsza muzyka" width="125" height="125" border="0" /></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=/;expires="+expire.toGMTString()+";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));
}

