$(document).ready(function(){ 

	loc = window.location.pathname; 
	loc = loc.substr(1,(loc.indexOf(".html") - 1));
/*	$('#mainNav').children('li').removeClass('active'); 
	$('#mainNav').children('li.'+loc).addClass('active'); */ 
}); 

