$(document).ready(function() {
	
	runPage();
	$('.title_tab').eq(0).children('a').text('HP');
	$('.title_tab').eq(1).children('a').text('Healthcare eBook');
	
	// Change Education title tab to just 'Education'
	$('.title_tab').eq(3).children('a').text('Education');
	
	$('.title_tab').eq(5).children('a').text('Hybrid Working');
			
});