var nb_img = 0; var tab_xiti_img = new Array(25); var tab_statns_img = new Array(25); function tagXiti( niveauStr, chapitre , page ) { // pour une meilleur lisibilité les niveaux sont transmis par une chaine, la conversion numerique // correspondant au niveau de xiti se fait ici niveau = 0; // par defaut "inclassé" if ( niveauStr=='Recherche' ) niveau=1; if ( niveauStr=='Resultat' ) niveau=2; if ( niveauStr=='Annuaire' ) niveau=3; if ( niveauStr=='Actualites' ) niveau=4; if ( niveauStr=='Immoneuf' ) niveau=5; if ( niveauStr=='Services' ) niveau=6; if ( niveauStr=='Global' ) niveau=7; hsh = new Date(); hsd = document; tab_xiti_img[ nb_img ] = new Image(); //xt_img = new Image(); hsi = 'http://logi3.xiti.com/hit.xiti?s=279757&s2=' + niveau hsi += '&p=' + chapitre + '::' + page + '&hl=' + hsh.getHours() + 'x' + hsh.getMinutes() + 'x' + hsh.getSeconds(); if(parseFloat(navigator.appVersion)>=4) { Xiti_s=screen; hsi += '&r=' + Xiti_s.width + 'x' + Xiti_s.height + 'x' hsi += Xiti_s.pixelDepth + 'x' + Xiti_s.colorDepth; } ref = escape( hsd.referrer ); ref = (ref.length==0) ? 'http://http://www.immonot-bretagne.com/' : escape( hsd.referrer ); hsi += '&ref=' + ref; //xt_img.src = hsi; //tab_xiti_img[ nb_img ].src=hsi; //document.write(hsi); hsh = new Date(); //statns_img = new Image(); tab_statns_img[ nb_img ] = new Image(); url_ = 'http://stats.notimmo.com/stat.php?s=immoBretagne&c='; url_ += '' +niveauStr+ '::' + chapitre + '::' + page; ref = escape( hsd.referrer ); ref = (ref.length==0) ? 'Acces_direct' : escape( hsd.referrer ); url_ += '&ref=' + ref + '&d=' + hsh.getFullYear() + '_' + hsh.getMonth() + '_' + hsh.getDate() + '-' + hsh.getHours() + '_' + hsh.getMinutes() + '_' + hsh.getSeconds(); //statns_img.src = url_; tab_statns_img[ nb_img ].src = url_; nb_img++; return; }