jQuery(document).ready(
	function(){

	/***************************************************************************
	* START IMAGE HEADERS
	* this snippit replaces headers that right now are image only.
	***************************************************************************/
	jQuery('.leftmod1_header_position').append('<h3 class="header">Photos</h3>');
	jQuery('.centermod3_header_position').append('<h3 class="header">Today\'s Pick</h3>');
	jQuery('.top20_header').append('<div class="top20_header_position"><h3 class="header">Top 20 <span>On Demand Videos</span></h3></div>');
	jQuery('.hometop_onair').prepend('<h3 class="header">On Air Now</h3>');
	
	}
);

