function go(form)
{
	destination = form.State.options[form.State.selectedIndex].value;
	if (destination) location.href = "http://www.traillink.com/TL_Active_Pages/TrailSearch/default.asp?State=" + destination + "&Action=StateSearch";
}
