//
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:150px;height:121px;float:left;margin-left:10px;padding-bottom:10px;background: url(http://tube.dresik.pl/bnry/bnr_box_g_11_150.gif) top left repeat-x" ><div style="margin:0;height:10px;width:150px;text-align:right;" onClick="zamknij_boxik()" ><img style="cursor:pointer;width:20px;height:10px" src="http://tube.dresik.pl/bnry/blank.gif" /></div><div style="cursor:pointer;text-align:center;width=150px;height:19px; margin-right:2px;margin-left:2px;padding-top:92px;font-family:tahoma, arial, helvetica, sans-serif;font-size:10px;font-weight:bold;color:white" onClick="window.open(\'http://sexadresy.pl/hentai.html\'); return false" >Monika - 36 lat - Cała Po...</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);