<!--
try{
   var userCountry = geoip_country_code();
   }
   catch(e)
      {
   var userCountry = "OTHER";
   }  
   if (userCountry == "US") {  
		window.location = "https://www.distributorx.com/indexus.lasso"
   }
   else if (userCountry == "CA") {  
      window.location = "https://www.distributorx.com/indexus.lasso"
   }
   else if (userCountry == "MX") {  
      window.location = "https://www.distributorx.com/indexus.lasso"
   }
   else { 
      window.location = "https://www.distributorx.com/index.lasso" }
// -->
