// JavaScript Document
var sSpanishLocations="VN";
if(typeof(sGeobytesLocationCode)!="undefined")
{
   var sCountryCode=sGeobytesLocationCode.substring(0,2);
   if(sCountryCode!="US")
   {
      if(sSpanishLocations.indexOf(sCountryCode)>=0)
      {
         document.write("<META HTTP-EQUIV='Refresh' CONTENT='0; URL=error1.html'>");
      }
   }
}