<!--

/*----------------------------------------------------------
				Gestion des statistiques de visite XITI
----------------------------------------------------------*/

/*--Fonction XITI de statistiques visites page

      s  : code client xiti
      s2 : rubrique (= 9 pour la rubrique "Horaires prochains passages")
      p  : code de la page
 */
function xt_page(s, s2, p)
{
	hsh = new Date();
	hsd = document;
	hsr = hsd.referrer.replace(/[<>]/g, '');
	hsi = '<img width="1" height="1" src="http://logc5.xiti.com/hit.xiti?s='+s+'&s2='+s2;
	hsi += '&p='+p;
	hsi += '&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' + Xiti_s.pixelDepth + 'x' + Xiti_s.colorDepth;}
	hsd.writeln(hsi + '&ref=' + hsr.replace(/&/g, '$') + '"><\!--');

}


//-->



