 window.onbeforeunload=function(){
  var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome') > -1;
  window.location='partenaire.php';     
  if(is_chrome) window.onbeforeunload = null;
  return 'Merci de votre visite, a bientot !';
  
 }
