// Pioneers Side bar css switcharoo

function switcharoo()
{
	var item = window.document.getElementById(window.document.title);
	if (item != null)
	{	
		item.className = "current_page_sidenav a";
	}
}
