jQuery(document).ready(function($) {
   //$('#NewsFlash h2').hide();
   $('#NewsFlash').cycle({
						 speed:1300,
						 timeout: 3000
						 });
   $('#theSponsor').cycle({ 
		timeout: 5000,
		sync: 0,
		delay: 1000,
		speed: 3000		
	});	
 });