jQuery().ready(function() {  	jQuery('#LatestNews').cycle({ 	fx:    'fade', 	timeout: 6000	});		jQuery('#BodyContainer').show();}); 
