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

}
