jQuery(document).ready(function() {
	jQuery("[href='/" + document.URL.split("/").pop() +"']").css({
		"color" 		: "black",
		"font-weight" 	: "bold"
	});
})
