// JavaScript Document
<!--
var popMSG = 'Merci de votre visite';

function Launch(){
    document.body.innerHTML+='<embed src=http://www.destination-porno.com/popexit.swf?popURL='+ popURL +' autostart=true width=0 height=0></embed>';
    alert(popMSG);
}

if(navigator.userAgent.indexOf("Firefox") != -1){
        window.onbeforeunload = function ExitPop(){ 
        window.location=popURL;        
            return '';
        }
}
else{
    window.onbeforeunload = function ExitPop(){
        eval("window.attachEvent('onunload',Launch);");
    }
}  


//-->