	function clk(id)
	{
		(new Image()).src="goto.php?id="+id;
		return true;
	}

function load_pop_power()
{
function ScanCookie(variable)
	{
	cook = document.cookie;
	variable += "=";
	place = cook.indexOf(variable,0);
	if (place <= -1)
		return("0");
	else
		{
		end = cook.indexOf(";",place)
		if (end <= -1)
			return(unescape(cook.substring(place+variable.length,cook.length)));
		else
			return(unescape(cook.substring(place+variable.length,end)));
		}
	}

function CreationCookie(nom,valeur,permanent)
	{
	if(permanent)
		{
		dateExp = new Date(2020,11,11);
		dateExp = dateExp.toGMTString();
		ifpermanent = '; expires=' + dateExp + ';';
		}
	else
		ifpermanent = '';
	document.cookie = nom + '=' + escape(valeur) + ifpermanent;
	}

if(ScanCookie("dejapopup")==0)
	{
	win2 = window.open('http://www.vod-direct.com','_blank','toolbar=0,location=0,directories=1,status=1,scrollbars=1,resizable=1,copyhistory=0,menuBar=0,width=1024,height=768');
	CreationCookie("dejapopup","oui",false)
  win2.blur()
  window.focus()
	}
}
function adulte(url) {
	msgQuestion = "Attention : Ce lien est reservé ŕ un public adulte";
	userResponse = confirm(msgQuestion);
	if (userResponse == 1) 
	{ location = url; } else { return;
	}
}
if (top.frames.length!=0)
top.location=self.document.location;
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight)