$(function(){
	var currentPage = location.href;
	$("a[href=" + currentPage + "]").addClass("current");
});
