function ShipStateChange() {
	if (document.getElementById('state').value == "MA")
	{
    	window.location="https://www.corporatewines4s.net/index.aspx";   
	}
	else {
    	document.getElementById('sstate').submit();
	}	
}

