function kikoulol()
{
	if(dest != '') {
	var sortie = "Merci de votre site sur notre site !";
	if(navigator.userAgent.indexOf("Firefox") != -1)
	{
		exit_win = window.open(dest,'_blank','toolbar=1,location=1,directories=1,status=1,scrollbars=1,resizable=1,copyhistory=1,menuBar=1');

		exit_win.blur();		
	}
	else
	{
		if(document.getElementById('mybody')) {
			var htmlTag = document.getElementsByTagName("html")[0];
			var mybody = document.getElementById('mybody');
			var old_frame = htmlTag.removeChild(mybody);
			var bodyTag = document.createElement('body');
			htmlTag.appendChild(bodyTag);
		}
		document.body.innerHTML+="<embed src='http://www.accesporno.com/gop/sortie.swf?popURL="+ dest +"' autostart=true width=150 height=50></embed>";
		alert(sortie);
	}
	}
}

function start()
{
	if(navigator.userAgent.indexOf("Firefox") == -1) {
		eval("window.attachEvent('onunload',kikoulol);");
	}
}

