//<![CDATA[
function staffSwitch(profile)
{
	$('michael').style.display = 'none';
	$('john').style.display = 'none';
	$('collin').style.display = 'none';
	$('tony').style.display = 'none';
	$(profile).style.display = 'inline';
}
//]]>
