$(document).ready( function() {
	
	if( $('#content h1').length > 0 && $('#content h1').html().indexOf('News') > -1 ) {
	
		if( $('#content h1').html() == 'News - News' ) 	
			$('#content h1').html('News');
			
		if( $('#content h1').html().indexOf('News</a>,') > -1 ) 	
			$('#content h1').html( $('#content h1').html().replace('News</a>,','</a>') );
		
		$('#menu-item-738').addClass('current-menu-item');
	}
});
