if (document.title.indexOf("Home") != -1) {
	document.getElementById('home').className = "currentselection";
}

if (document.title.indexOf("Community News") != -1) {
	document.getElementById('news').className = "currentselection";
}

if (document.title.indexOf("Events") != -1) {
	document.getElementById('events').className = "currentselection";
}

if (document.title.indexOf("Services and Programs") != -1) {
	document.getElementById('services').className = "currentselection";
}

if (document.title.indexOf("Volunteer") != -1) {
	document.getElementById('volunteer').className = "currentselection";
}

if (document.title.indexOf("Youth Program") != -1) {
	document.getElementById('yprogram').className = "currentselection";
}

if (document.title.indexOf("Membership") != -1) {
	document.getElementById('membership').className = "currentselection";
}

if (document.title.indexOf("Sponsors") != -1) {
	document.getElementById('sponsors').className = "currentselection";
}

if (document.title.indexOf("Links") != -1) {
	document.getElementById('links').className = "currentselection";
}

if (document.title.indexOf("Contact") != -1) {
	document.getElementById('contact').className = "currentselection";
}

if (document.title.indexOf("About") != -1) {
	document.getElementById('about').className = "currentselection";
}

if (document.title.indexOf("Careers") != -1) {
	document.getElementById("career").className = "currentselection";
}
