
var url_actuelle;
var nom_page;
var extension;
url_actuelle = document.URL;
nom_page = url_actuelle.substring(23,url_actuelle.length-4);
extension = url_actuelle.substring(url_actuelle.length-3,url_actuelle.length);

if( extension=='htm' || extension=="php" ){
	nom_page = nom_page;
}
else {
	nom_page = 'index';
}

document.write('<a href="http://www.xiti.com/xiti.asp?s=300544" title="WebAnalytics">');
<!--
Xt_param = 's=300544&p='+nom_page;
try {Xt_r = top.document.referrer;}
catch(e) {Xt_r = document.referrer; }
Xt_h = new Date();
Xt_i = '<img width="39" height="25" border="0" alt="" ';
Xt_i += 'src="http://logv4.xiti.com/hit.xiti?'+Xt_param;
Xt_i += '&hl='+Xt_h.getHours()+'x'+Xt_h.getMinutes()+'x'+Xt_h.getSeconds();
if(parseFloat(navigator.appVersion)>=4)
{Xt_s=screen;Xt_i+='&r='+Xt_s.width+'x'+Xt_s.height+'x'+Xt_s.pixelDepth+'x'+Xt_s.colorDepth;}
document.write(Xt_i+'&ref='+Xt_r.replace(/[<>"]/g, '').replace(/&/g, '$')+'" title="Internet Audience">');
//-->

document.write('<noscript> '
+ 'Mesure d\'audience ROI statistique webanalytics par <img width="39" height="25" src="http://logv4.xiti.com/hit.xiti?s=300544&p='+nom_page+'" alt="WebAnalytics" /> '
+ '</noscript></a> ');
