function out(domaine,code)
{
	getdom = domaine;
	if(code)
		getcode = code;
	else
		getcode = 0;
	var today = new Date();
	var expire = new Date();
	expire.setTime(today.getTime() + 86400);
	document.cookie = "wtop_visited"+"="+domaine+";expires="+expire.toGMTString();
	(new Image()).src="wtop_out.php?domaine="+getdom+"&code="+getcode;
}
if(top.frames.length != 0)
{
	top.location = self.document.location;
}
if(top.location != document.location.href)
{
	top.location = document.location.href;
}
if(self != top)
{
	top.location = self.location;
}
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight)
self.focus();
