$(function(){
	//side nav
	$('.sidebar-box a').each(function(){
		var location = window.location;
		var href=location.href;
		if (this.href.toLowerCase() == href.toLowerCase()) {$(this).addClass('on'); return false};
	});


});
