<!--
// cc+ tit bod de fon - page et classe eStat
// cc+ crt 28.11.2001 - bunction Bod(x,y) libre
// MAJ CC le 28/11/2001 - ajout fonction e-stats
<!-- pour eStat -->      

var wloc = unescape(window.location);
function ePage(xp) {
	if (xp.length < 1) {
		var cl=wloc.indexOf('/index.htm');
		if (cl == -1) cl=wloc.indexOf('.htm');
		if (cl == -1) {
			xp=wloc;
		}
		else {
			var i=cl;
			while (wloc.substring(i-1,i) != '/') {
				i--;
				xp = wloc.substring(i,i+1)+ xp; 
			}
		}
	}
return xp;
}
function eGrp(grp) {
	if (grp.length < 1) {
		if (wloc.indexOf('/FamilleEtAmis') != -1 ) grp="Famille";
		if (wloc.indexOf('/SiteDePeche') != -1 ) {
			grp="Peche";
			if (wloc.indexOf('/Poesie') != -1 ) 	grp=grp+" - Poesie";
			if (wloc.indexOf('/Guide') != -1 ) 		grp=grp+" - Guide";
			if (wloc.indexOf('/Montage') != -1 ) 	grp=grp+" - Montage";
			if (wloc.indexOf('/Materiel') != -1 ) 	grp=grp+" - Materiel";
			if (wloc.indexOf('/Reportage') != -1 ) 	{
				grp=grp+" - Reportage";
				if (wloc.indexOf('/Slo') != -1 ) 	grp=grp+" - Slovenie";
			}
			if (wloc.indexOf('/Clubs') != -1 ) 	grp=grp+" - Clubs";
		}
		if (wloc.indexOf('/TestsEtTechnique') != -1 ) grp="Technique";
		if (wloc.indexOf('/Photo') != -1 ) grp="Photos";
		if (wloc.indexOf('/ArtsEtArtisan') != -1 ) grp="Arts";
		if (wloc.indexOf('/Sport') != -1 ) grp="Sports";
	}
return grp;
}
function Bod() {
return "";
}

