		// client Country code
		var clientCC = getCookie("clientCC");

		// Debug : alert(clientCC);

		if(clientCC == null){

			//take client country code with remote call
			loadXMLDoc(PROMO_PDV_URL + "public_eurolive_country_code.php");

			// Object.dpDump(req);
			// Object.dpGetType(req);

			clientCC = req.responseText;
			setCookie("clientCC", clientCC);

			// Debug : alert("loadXMLDoc : " + clientCC);
		}