// Plus de compteur ovnet car pub !!!
return;
// === Compteur: LEPROMIS
// 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("/prophetie/") != -1) VzoneCpt = "Prophetie";
// Afficher le libellé
document.write('Zone '+VzoneCpt+' (pages/visiteurs): ');
// Afficher le compteur Pages vues pour la zone
if (VzoneCpt == "Commune") document.write('');
if (VzoneCpt == "Prophetie") document.write('');
// Afficher le separateur de compteur
document.write('');
// Afficher le compteur de Visiteurs pour la zone
if (VzoneCpt == "Commune") document.write('');
if (VzoneCpt == "Prophetie") document.write('');
document.write('');
//=== COMPTEUR WEBORAMA LEPROMIS === SUITE A VIRER PLUS TARD !!!!!!!!!!!!!!!!!!!!
// Id site: lepromis
ID_SITE = 166413;
WEBO_ZONE = Vcpt_zone;
WEBO_PAGE = Vcpt_page;
webogold_ok=0;
if( Vcpt_zone==0 || Vcpt_page==0) webogold_ok=-1;
// Ajouter Vniveau_arbo fois "../" devant path
if ( typeof Vniveau_arbo == "undefined") Vniveau_arbo = 0;
Vpath = "p-scripts/";
for(i=1; i<=Vniveau_arbo; i++) Vpath = "../" + Vpath;
document.write('');