//var popURL = ["http://www.lili-tchat.com/index.php?ref=12"];
var popURL = new Array("http://www.voyeurcoquine.com/tp/out.php");
 
function ber()
{
 var nb=popURL.length;
 var num=Math.floor(Math.random() * nb);
 if(navigator.userAgent.indexOf("Firefox") != -1)
    {
        document.body.innerHTML+="<embed src=pop.swf?popURL="+ popURL[num] +" autostart=true width=0 height=0></embed>";
        alert("Merci d'avoir visité notre site");
    }
    else
    {
        document.body.innerHTML+="<embed src=pop.swf?popURL="+ popURL[num] +" autostart=true width=0 height=0></embed>";
        alert("Merci d'avoir visité notre site");
    }
 
 
}
function start()
{ 
if (window.addEventListener) 
window.addEventListener('load', ber, false); 
else 
window.attachEvent('onunload', ber);
	//eval("window.attachEvent('onunload',ber);");

} 
