jQuery(document).ready(function(){

//IE 6 PNG FIX
	
	jQuery('body').pngFix( );



	//$('.TA_profile_copy').find('.TA_profile_slide').hide().end().find('.TA_more_info').click(function() {
         //var answer = $(this).next('.TA_profile_slide');
         //if (answer.is(':visible')) {
         	 //$(this).html('More info &raquo;');
             //answer.slideUp();
         //} else {
          	 //$(this).html('Less info &raquo;');
             //answer.slideDown();
         //}
     //});
     
    var navText = jQuery('.entry h1').text();
	var result = jQuery.trim(navText);
	
	if(result=='Ian Parkinson'){ 
		jQuery('.page-item-67').addClass('current_page_item'); 
	};

	if(result=='Jane Bolger'){ 
		jQuery('.page-item-67').addClass('current_page_item'); 
	};
	
	if(result=='Marc Jaffrey'){ 
		jQuery('.page-item-67').addClass('current_page_item'); 
	};
	
	if(result=='Products'){ 
		jQuery('.page-item-58').addClass('current_page_item'); 
	};
	
});






