jQuery(document).ready(function(){
    if (typeof tplTitle != 'undefined') 
    {
		jQuery('#sub-logo a').text(tplTitle);
    }
	jQuery('#content h1').next('h1').parent().addClass('hideTplHeader');	
});


