if (typeof(PageEstat) == 'undefined') {
	var PageEstat = 'Undefined PageEstat';
}

if (typeof(GroupeDePageEstat) == 'undefined') {
	if(typeof pub_sky_page == 'undefined') {
		var GroupeDePageEstat = 'Undefined GroupeDePageEstat';
	}
	else {
		var GroupeDePageEstat = pub_sky_page;
	}
}

var rc_stats_js = null;
if (PageEstat == 'Undefined PageEstat') {
	if ((rc_stats_js = GroupeDePageEstat.match(/^rencontres/i)) !== null) {
		PageEstat = GroupeDePageEstat;
		GroupeDePageEstat = 'rencontres';
	} else if ((rc_stats_js = GroupeDePageEstat.match(/^actu/i)) !== null) {
		PageEstat = GroupeDePageEstat;
		GroupeDePageEstat = 'actu';
	}
}

var _IM_estat = new Image(1, 1);
function _estatl(_s, _g, _p, _c)
{
	// celui qui met un &amp; à la place du & ici je le tue :p
	// non non je n'anticipe pas le fait que quelqu'un va faire le tour
	// de tous le code V3 pour transformer les & en &amp;
	var _S = "http://sky.estat.com/m/web/";
	var _M = _s + "?";
	_M += "n=" + Math.round(Math.random() * 1000000000);
	if (_g != "") {
		_M += "&g=" + _g;
	}
	_M += "&c=" + escape(_c);
	_M += "&p=" + escape(_p);
	var _R = escape(window.document.referrer);
	if (_R == "undefined" || _R == "") {
		_R = "_bm_";
	}
	_M += "&r=" + _R;
	if (typeof(screen) == 'object') {
		_M += "&scw=" + screen.width + "&sch=" + screen.height + "&scp=" + screen.colorDepth;
	}
	_IM_estat.src = _S + _M;
}

if (typeof(tagstatsskypart1) == 'undefined')
{
	_estatl('285085190884', '', PageEstat, GroupeDePageEstat);
	var tagstatsskypart1 = 1;
}
