function countryNav(what){
	what=what.toLowerCase().replace(/ /,'_');
	window.location='/missionaries/country/'+what+'/';
}