 		function go(){
			var destination = document.jsform.car.value;
			if (destination) 
				location.href = destination;
		}
