		function findDealer (country,where) {			var location = where.options[where.selectedIndex].value;			if (country == "USA") {				if (location) { window.location = '/Dealers/Default.aspx#' + location; }			}			if (country == "INTL") {				if (location) { window.location = '/Dealers/International.aspx#' + location; }			}		}