//begin meta header removal
// Marisa- put the whole address this is expected to match.
		$(document).ready(function() {
			if (window.location == 'http://www.choicedegree.com/career-training-academy.html') {
				//alert('triggered!');
			
				$("h5:contains('Academic Programs')").css("display","none");
				$("h5:contains('Degrees Offered')").css("display","none");
			}
		});
		 
//end meta header removal