$(document).ready(function(){
	$(window.location.hash).addClass("current");
});

