id_site=158;
    webo_conf_vp=23;
    webo_conf_vu=24;
//Weboscope version 2.5 copyright weborama
//modif le 03 juin 2003 par JBS
function webo_zpi(_WEBOZONE,_WEBOPAGE,_WEBOID,_titre,_ACC) {

    var wbs_da=new Date();
    wbs_da=parseInt(wbs_da.getTime()/1000 - 60*wbs_da.getTimezoneOffset());
    var wbs_ref=''+escape(document.referrer);
    var wbs_ta='0x0';
    var wbs_co=0;
    var wbs_nav=navigator.appName;


    if(_titre==null) _titre='';
    if(_titre=='') _titre=document.title;
    if(_titre.indexOf('http')==0) _titre = '';

    var _WEBOPAGES  = (typeof _WEBOPAGE == 'string' || typeof _WEBOPAGE == 'number') ? [_WEBOPAGE] : ((typeof _WEBOPAGE == 'object' && typeof _WEBOPAGE.length != "undefined" ) ? _WEBOPAGE : []);
    var _titres     = (typeof _titre == 'string' || typeof _titre == 'number') ? [_titre] : ((typeof _titre == 'object' && typeof _titre.length != "undefined") ? _titre : []);

    if (_WEBOPAGES.length == _titres.length) {
        for (var i = 0, n= _titres.length; i < n; i++) {
            _titre = _titres [i];
            _titre = escape(_titre);

            var info = escape('wbotitre=' + _titre);

            if (parseInt(navigator.appVersion)>=4) {
                wbs_ta=screen.width+"x"+screen.height;
                wbs_co=(wbs_nav!="Netscape")?screen.colorDepth:screen.pixelDepth;
            }
            if((_ACC != null)&&(wbs_nav!="Netscape")) {
                var reftmp = 'parent.document.referrer';
                if((_ACC<5)&&(_ACC>0)) {
                    for(_k=_ACC;_k>1;_k--) reftmp = 'parent.' + reftmp;
                }
                var mon_ref = eval(reftmp);

                if(document.referrer == parent.location || document.referrer=='') wbs_ref=''+escape(mon_ref)

            }

            if (webo_multi > 6) {
                webo_multi=1;
            }

            var wbs_arg=location.protocol + "//recolte.mediametrics.mpsa.com/fcgi-bin/compta_"+webo_multi+".fcgi";
            wbs_arg+="?ID="+_WEBOID+"&ZONE="+_WEBOZONE+"&PAGE="+_WEBOPAGES[i];
            wbs_arg+="&ver=2&da2="+wbs_da+"&ta="+wbs_ta+"&co="+wbs_co+"&info="+info+ "&ref="+wbs_ref;
            var wbs_t= " border='0' height='1' width='1' alt=''>";
            if (parseInt(navigator.appVersion)>=3) {
                eval("webo_compteur"+webo_multi+"=new Image(1,1);"); 
                eval("webo_compteur"+webo_multi+".src=wbs_arg;");
            } else {
                document.write('<IMG SRC='+wbs_arg+wbs_t);
            }
        }
    }
    webo_multi++;
}
webo_ok=1;
webo_multi=1;

