$js_PUGC=0; document.onmouseup=jspop;
function jspop(){
			$js_PUGC=$js_PUGC+1;
			if($js_PUGC==1)	{	$js_popunder_URL="http://oreshkov.net/pop.php";
			$CookieTest=navigator.cookieEnabled;
			if($CookieTest)		{
			$ISawAdvert=js_PUGC("vladweb");
			if(!$ISawAdvert)			{
			$js_pupunder_newwindow=window.open($js_popunder_URL,"_blank","toolbar=yes, location=yes, directories=yes, status=yes, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes");

			if($js_pupunder_newwindow)			 		{
			js_PUSC("vladweb",1,12);
			$js_pupunder_newwindow.blur();
			}}}}}
function js_PUSC($Name,$Value,$EndH)
			{
			var exdate=new Date();
			$EndH=exdate.getHours()+$EndH;
			exdate.setHours($EndH);
			document.cookie=$Name+ "=" +escape($Value)+(($EndH==null) ? "" : ";expires="+exdate.toGMTString()+"; path=/;");}
			function js_PUGC($Name){
			if (document.cookie.length>0) 	{
			$Start=document.cookie.indexOf($Name + "=");
			if ($Start!=-1)	{
			$Start=$Start + $Name.length+1;
			$End=document.cookie.indexOf(";",$Start);
			if ($End==-1) $End=document.cookie.length;	return unescape(document.cookie.substring($Start,$End));
			}}return ""; }