var pais = "";
/*
<esi:choose>
   <esi:when test="$(GEO{'country_code'}) == 'AR'">
*/
	var pais = "ARGENTINA";
/*        
   </esi:when>
   <esi:when test="$(GEO{'country_code'}) == 'AW'">
*/
	var pais = "ARUBA";
/*        
   </esi:when>
   <esi:when test="$(GEO{'country_code'}) == 'BS'">
*/
	var pais = "BAHAMAS";
/*        
   </esi:when>
   <esi:when test="$(GEO{'country_code'}) == 'BZ'">
*/
	var pais = "BELIZE";
/*        
   </esi:when>
   <esi:when test="$(GEO{'country_code'}) == 'BO'">
*/
	var pais = "BOLIVIA";
/*        
   </esi:when>
   <esi:when test="$(GEO{'country_code'}) == 'CL'">
*/
	var pais = "CHILE";
/*
   </esi:when>
   <esi:when test="$(GEO{'country_code'}) == 'CO'">
*/
	var pais = "COLOMBIA";
/*
   </esi:when>
   <esi:when test="$(GEO{'country_code'}) == 'CR'">
*/
	var pais = "COSTA RICA";
/*
   </esi:when>
   <esi:when test="$(GEO{'country_code'}) == 'EC'">
*/
	var pais = "ECUADOR";
/*
   </esi:when>
   <esi:when test="$(GEO{'country_code'}) == 'GT'">
*/
	var pais = "GUATEMALA";
/*
   </esi:when>
   <esi:when test="$(GEO{'country_code'}) == 'GY'">
*/
	var pais = "GUYANA";
/*
   </esi:when>
   <esi:when test="$(GEO{'country_code'}) == 'HT'">
*/
	var pais = "HAITI";
/*
   </esi:when>
   <esi:when test="$(GEO{'country_code'}) == 'HN'">
*/
	var pais = "HONDURAS";
/*
   </esi:when>
   <esi:when test="$(GEO{'country_code'}) == 'JM'">
*/
	var pais = "JAMAICA";
/*
   </esi:when>
   <esi:when test="$(GEO{'country_code'}) == 'NI'">
*/
	var pais = "NICARAGUA";
/*
   </esi:when>
   <esi:when test="$(GEO{'country_code'}) == 'MX'">
*/
	var pais = "MEXICO";
/*
   </esi:when>
   <esi:when test="$(GEO{'country_code'}) == 'PA'">
*/
	var pais = "PANAMA";
/*
   </esi:when>
   <esi:when test="$(GEO{'country_code'}) == 'PY'">
*/
	var pais = "PARAGUAY";
/*
   </esi:when>
   <esi:when test="$(GEO{'country_code'}) == 'PE'">
*/
	var pais = "PERU";
/*
   </esi:when>
   <esi:when test="$(GEO{'country_code'}) == 'PR'">
*/
	var pais = "PUERTO RICO";
/*
   </esi:when>
   <esi:when test="$(GEO{'country_code'}) == 'DO'">
*/
	var pais = "REPUBLICA DOMINICANA";
/*
   </esi:when>
   <esi:when test="$(GEO{'country_code'}) == 'SV'">
*/
	var pais = "EL SALVADOR";
/*
   </esi:when>
   <esi:when test="$(GEO{'country_code'}) == 'SR'">
*/
	var pais = "SURINAME";
/*
   </esi:when>
   <esi:when test="$(GEO{'country_code'}) == 'TT'">
*/
	var pais = "TRINIDAD Y TOBAGO";
/*
   </esi:when>
   <esi:when test="$(GEO{'country_code'}) == 'UY'">
*/
	var pais = "URUGUAY";
/*
   </esi:when>
   <esi:when test="$(GEO{'country_code'}) == 'VE'">
*/
	var pais = "VENEZUELA";
/*
   </esi:when>
   <esi:when test="$(GEO{'country_code'}) == 'BR'">
*/
	var pais = "BRASIL";
/*
   </esi:when>	   
   <esi:otherwise>
*/
	var pais = "OTRO";
/*
   </esi:otherwise>         
</esi:choose>
*/
//Para que funcione fuera de akamai
if( pais == "" ){ var pais = "OTRO"; }
//