$(function(){
	// Setup site navigational page markers
	$section = $('body').attr('id');
	$('a.'+$section).addClass('hover');
	
});