//document.write(window.location.host);//Affiche l'URL de la page actuelle ! 
var url = location.host.replace('www.', '');
document.write(url);
