

function setCookie(c_name,value,expiredays)
{
	var exdate=new Date();
	exdate.setDate(exdate.getDate()+expiredays);
	document.cookie=c_name+ "=" +escape(value)+
	((expiredays==null) ? "" : ";expires="+exdate.toGMTString())+ "; path=/";
}

function zamknij_boxik()
{
	setCookie('okno_boxik','1','10');
	document.getElementById('boxik1').style.display='none';
}



document.write(('<div id="boxik1" style="overflow: hidden; position: absolute; left: 0pt; top: 40px;padding-left:0;position:absolute; z-index:290;width:250px;height:201px;float:left;margin-left:10px;padding-bottom:10px;background: url(http://www.sexwokolicy.pl/baners/bnry/bnr_box_g_6_250.gif) top left repeat-x" ><div style="margin:0;height:16px;width:250px;text-align:right;" onClick="zamknij_boxik()" ><img style="cursor:pointer;width:20px;height:16px" src="http://www.sexwokolicy.pl/baners/bnry/blank.gif" /></div><div style="cursor:pointer;text-align:center;width=250px;height:25px; margin-right:2px;margin-left:2px;padding-top:160px;font-family:tahoma, arial, helvetica, sans-serif;font-size:13px;font-weight:bold;color:white" onClick="window.open(\'http://sexwokolicy.pl/latex.html\'); return false" >Majka - 31 lat - Cała Polska</div></div> '));
function kieruj(link)
{
	window.location=link;
}

var Other =(document.getElementById&&!document.all); //Nowe przegladarki poza IE
var IE=(document.all); // Internet Explorer

function truebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function floatSideBar(lPY)
{
var pY,id="boxik1";
var source=document.all? document.all[id] : document.getElementById(id);
var wH = source.offsetHeight;

if(Other)
	pY = window.pageYOffset + window.innerHeight - wH;
else if(IE)
	pY = truebody().scrollTop + window.truebody().clientHeight - wH;

if(pY!= lPY)
{
	document.getElementById(id).style.top = pY + 'px';
}

setTimeout('floatSideBar('+pY+')',100);
}

floatSideBar(1);
