﻿function switchUrl(){  try{    //alert('change url to: "http://www.maskedriderwinery.com/' + document.formLang.language.value + '"');    window.location = "http://www.motosliberty.com/" + document.formLang.language.value    }catch(e){    alert('error: ' + e.description );	  }    }
