/* Author: 
Ari Palo
*/

$("nav[role=navigation]").find("a[href*='"+location.pathname.substring(1)+"']").each(function(){
	
	$(this).addClass("selected");

})























