function bounce(type, loc) {
	if(type == "county") { document.location='/county/'+loc; }
	if(type == "state") { document.location='/state/'+loc; }
}