$(document).ready(
	function(){

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

