// ========================// === Forcer vers /aboaccueil.shtml =======var wprotocol = window.location.protocol;var whost = window.location.host;// Ce script est appele par la page /index.html et seulement celle-ci !!!// Si le sous domaine n'est pas www, on renvoi l'url vers la page abonne// docteur.satis-secretariat.fr/abo/accueil.shtml?" + Math.random();var wsubdomain = whost.substring(0, 3);if ((wsubdomain != "www") && (wsubdomain != "192")) {	var url = wprotocol + "//" + whost + "/abo/accueil.shtml?" + Math.random();	window.location.href = url;	}
