function xt_clicgalerie(page)
{
		hsh = new Date();
		xt_img = new Image();
		hsi = 'http://logi6.xiti.com/hit.xiti?s=188561';
		page = page;
		typecl = 'N';
		hsi += '&p='+page+'&clic='+typecl+'&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;
		}
		xt_img.src = hsi;
}
