// Personnalisation1 eStat Début
var VHREF = window.location.href
var PATH_PAGE = window.location.pathname
var PATH_DOS = PATH_PAGE.substring(0,PATH_PAGE.lastIndexOf("/"))
var DOS_PAGE = PATH_DOS.substring(PATH_DOS.lastIndexOf("/") + 1,PATH_DOS.length)
var CAT_PAGE = PATH_PAGE.substring(PATH_PAGE.lastIndexOf("/") + 1,PATH_PAGE.lastIndexOf("/") + 4)
var NOM_PAGE = PATH_PAGE.substring(PATH_PAGE.lastIndexOf("/") + 1,PATH_PAGE.length)
var CONDITION = 0
REF_STAT = "VIDE"
if (DOS_PAGE == "AAF_la_providence")		{REF_STAT = "AAF_la_providence"; CONDITION = 1}
if (DOS_PAGE == "contact") 	                {REF_STAT = "contact"; CONDITION = 1}
if (DOS_PAGE == "lettres")			        {REF_STAT = "lettres"; CONDITION = 1}
if (DOS_PAGE == "notre_philosophie")	    {REF_STAT = "notre_philosophie"; CONDITION = 1}
if (CONDITION == 0)
	{
	if (CAT_PAGE == "ind")			{REF_STAT = "Page_d_accueil"}
    }

if (REF_STAT != "VIDE")
	{
	if ((VHREF.substring(7,10) == "www") || (VHREF.substring(7,10) == "195"))
		{
// Personnalisation1 eStat Fin

// Code eStat Début
		function spc(_serial, _page, _class)
			{
			var estat = new Image;
			estat.src = "http://prof.estat.com/cgi-bin/ft/"+_serial+ "?"+"&n="+ Math.round (Math.random () * 1000000000000000)+
			"&page="+ _page+
			"&class="+ _class+
			"&referer="+ escape(document.referrer);
			}
		spc("10000027462",NOM_PAGE,REF_STAT);
// Code eStat Fin

// Personnalisation2 eStat Début
		}
	}
// Personnalisation2 eStat Fin