ancien = "http://www.chez.com/ophtasurf/";
nouveau = "http://ophtasurf.free.fr/";
pageactuel = window.location.href.substr(ancien.length);
redirection = nouveau+pageactuel;
document.write ('<a href='+redirection+'>'+'l\'url a changé, veuillez cliquez ici : '+redirection+'</a>');
window.location.href = nouveau+pageactuel