// JavaScript Document

function location_goto (theform) {
	
	//alert (theform.value);
	
	window.location = "http://dakotasupplygroup.com/location" + theform.value;
	
	
}
