<!--


/* relances */
var popexit = 1;
var popexit2 = 1;



function LoadBoostPopup() {
    if ( popexit2 == 1 ) {
        popunder = window.open('http://www.putanax.com/','_blank','toolbar=0,left=0,top=0,scrollbars=1,resizable=1,menuBar=0,width='+screen.width+',height='+screen.height+'');
        popunder.blur();
        window.focus();
        mk_cookie_home();
        desact_exit1();
    }
    
}



-->
