/* HEADLINES JS */

/* Stops the flicker of headlines on page load prior to cufon replacement */

$(document).ready(function(){
	$('#page-title h1, #page-title-cap h1, .news-page h1, #footer h3, #content-body h2, #content-body h3, .side-feature span, .feature-box h4, #video-list h4, .case-study h4, #news-release h4, #content h4, .mod-pod h4, .feature-title p').css("visibility", "visible")
});