var sSpanishLocations="ES,MX,GT,SV,HN,NI,CR,EC,PE,CU,DO,PR,PA,VE,CO,BO,AR,CL,PY,UY";
var sJapaneseLocations="JP";
if(typeof(sGeobytesInternet)=="undefined")
{
   // Something has gone wrong with the variables, so set them to some default value,
   // maybe set a error flag to check for later on.
   var sGeobytesInternet="unknown";
}
if (sGeobytesInternet.indexOf(sSpanishLocations)!=0)
{
// poner window location bla bla si queres agregar Spanish Locations
} else
if(sGeobytesInternet==sJapaneseLocations)
{
   window.location.replace('indexj.html');
} 
