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


