var ErrorGame = 999999999999;
    
var statPath = [
	[35215,"PreHome"],
	[35216,"HomePageCuisine"],
	[35217,"RubZoomWallace"],
	[35218,"CommentJouer"],
	[35219,"WallpaperCreatorHP"],
	[35220,"WallpaperCreatorPageTelechargement"],
	[35222,"GammeTresor"],
	[35223,"RubClassement"],
	[35224,"RubPrevenirAmi"],
	[35225,"LayerGoodiesScreenmate"],
	[35226,"LayerGoodiesEconomiseur"],
	[35227,"LayerGoodiesEmoticones"],
	[35228,"LayerJeu1"],
	[35229,"LayerJeu2"],
	[35230,"LayerJeu3"],
	[35231,"LayerJeu4"],
	[35232,"PageIdentification"],
	[35233,"PageInscriptionEtape1"],
	[35234,"PageValidationDeLinscription"],	
	
	[0,"LayerJeu1Training"],
	[0,"LayerJeu1Cup"],
	[0,"LayerJeu2Training"],
	[0,"LayerJeu2Cup"],
	[0,"LayerJeu3Training"],
	[0,"LayerJeu3Cup"],
	[0,"LayerJeu4Training"],
	[0,"LayerJeu4Cup"],
	
	[36046,"Home"],
	[0,"Films"],
	[0,"GoodiesDownloaded"],
	[0,"WallpaperDownloaded"]
	
	
];

//Google Analytic
function traceStats(offset) {
	if(statPath[offset]){
		var pageTracker = _gat._getTracker("UA-2907262-46");
		pageTracker._setDomainName(domainName);
		pageTracker._setAllowLinker(true);
		pageTracker._trackPageview(statPath[offset][1]);
		if(statPath[offset][0]!=0){
			if($('imageTracking')){
				$('imageTracking').src="http://s0b.bluestreak.com/ix.e?bb&t="+statPath[offset][0];
			}else{
				var imageTracking = document.createElement("img");
				imageTracking.id='imageTracking';
				imageTracking.src="http://s0b.bluestreak.com/ix.e?bb&t="+statPath[offset][0];
				imageTracking.width=1;
				imageTracking.height=1;
				imageTracking.border=0;
				$$('body')[0].appendChild(imageTracking);
		 	}
		}
	}
}