// Fonction disclaimer :
function ext() 
   { 
	  setTimeout("pdv()", 5000);
   }
	 
function pdv() 
   {
	  var url = "http://www.yes-messenger.com/?id=24146&e=1&w=0";
	  window.location = url;
  }