$(function(){ 
	   var path = window.location.pathname;
	  	$("#navlist a[href=" + path + "]").attr('class', 'active');	   	
	});

