<!-- Hide this script from bad browsers


// script for location dropdown

function surfto(form) {
var myindex=form.locations.selectedIndex
	window.open(form.locations.options[myindex].value, 
	target="_top");
}

-->