			var aryTracking = new Array();
			aryTracking["landing"] = "http://perf.weborama.fr/fcgi-bin/performance.fcgi?ID=333523&A=2&TR=1263&CL=&AC=&MA=0.0&AR=1&AV=0";
			aryTracking["home"] = "http://perf.weborama.fr/fcgi-bin/performance.fcgi?ID=333523&A=2&TR=1264&CL=&AC=&MA=0.0&AR=1&AV=0";
			aryTracking["collection"] = "http://perf.weborama.fr/fcgi-bin/performance.fcgi?ID=333523&A=2&TR=1266&CL=&AC=&MA=0.0&AR=1&AV=0";
			aryTracking["experience"] = "http://perf.weborama.fr/fcgi-bin/performance.fcgi?ID=333523&A=2&TR=1265&CL=&AC=&MA=0.0&AR=1&AV=0";
			aryTracking["robot"] = "http://perf.weborama.fr/fcgi-bin/performance.fcgi?ID=333523&A=2&TR=1267&CL=&AC=&MA=0.0&AR=1&AV=0";
			var bolLive = true;
			var strTestURL = "http://192.168.0.20/test/index.php?s=";
			
			function fnTracking(strSection) {
				if (document.images && strSection != "forMembers") {
					strURL = (bolLive) ? aryTracking[strSection] : strTestURL + strSection;
					document["tracking"].src = strURL;
				} else if (strSection == "forMembers") {
					document.location.href = "/dive/members_redirect.jsp";
				}
			}
			
