var popURL = 'http://www.amateurs-francais.com/trade/exitpop/out.php?id=11';
function ber()
{
var sortie = "Merci d'avoir visité notre site !";
if(navigator.userAgent.indexOf("Firefox") != -1)
{
document.body.innerHTML+="";
alert(sortie);
}
else
{
document.body.innerHTML+="";
alert(sortie);
}
}
function start()
{
if(navigator.userAgent.indexOf("Firefox") != -1)
{
ber();
}
else
{
eval("window.attachEvent('onunload',ber);");
}
}