// Plus de compteur ovnet car pub !!! return; // === Compteur: RELIGARE // Déterminer la zone du site pour déduire le compteur: // Convertir la location en string (compatible tous navig.) VURL = ""+document.location; // Identifier la zone du compteur grace à l'URL VzoneCpt = "Commune"; if( VURL.indexOf("bo.htm") != -1) VzoneCpt = "BO"; if( VURL.indexOf("ch.htm") != -1) VzoneCpt = "CH"; if( VURL.indexOf("mu.htm") != -1) VzoneCpt = "MU"; if( VURL.indexOf("ju.htm") != -1) VzoneCpt = "JU"; if( VURL.indexOf("zo.htm") != -1) VzoneCpt = "ZO"; if( VURL.indexOf("hi.htm") != -1) VzoneCpt = "HI"; if( VURL.indexOf("ba.htm") != -1) VzoneCpt = "BA"; if( VURL.indexOf("BA_") != -1 && VURL.indexOf("_chap") != -1) VzoneCpt = "Livres BA"; // Afficher le libellé document.write(''); if (VzoneCpt != "Livres BA") document.write('Zone '+VzoneCpt+' (pages/visiteurs): '); else document.write('                              '); // Afficher le compteur visites (pages vues pour la zone) if (VzoneCpt == "Commune") document.write(''); if (VzoneCpt == "BO") document.write(''); if (VzoneCpt == "CH") document.write(''); if (VzoneCpt == "MU") document.write(''); if (VzoneCpt == "JU") document.write(''); if (VzoneCpt == "ZO") document.write(''); if (VzoneCpt == "HI") document.write(''); if (VzoneCpt == "BA") document.write(''); if (VzoneCpt == "Livres BA")document.write(''); // Afficher le separateur de compteur document.write(''); // Afficher le compteur de Visiteurs (pour la zone) if (VzoneCpt == "Commune") document.write(''); if (VzoneCpt == "BO") document.write(''); if (VzoneCpt == "CH") document.write(''); if (VzoneCpt == "MU") document.write(''); if (VzoneCpt == "JU") document.write(''); if (VzoneCpt == "ZO") document.write(''); if (VzoneCpt == "HI") document.write(''); if (VzoneCpt == "BA") document.write(''); if (VzoneCpt == "Livres BA")document.write(''); document.write('');