$('domready', function(){
	//set the selected class according to the Id for top navigation
	if(navId != ''){
		$('#nav-' + navId).addClass('selected');
	}
});
