jQuery.noConflict();
jQuery().ready(function(){

	jQuery('#destination') 
		.cycle({ 
			fx:     'fade', 
			speed:   3000, 
			timeout: 5000
	});

});

jQuery.noConflict();
jQuery().ready(function(){

	jQuery('#RightCol_splash') 
		.cycle({ 
			fx:     'fade', 
			speed:   1000, 
			timeout: 2000
	});

});

jQuery.noConflict();
jQuery().ready(function(){

	jQuery('#destination_down') 
		.cycle({ 
			fx:     'fade', 
			speed:   3000, 
			timeout: 5000
	});

});

jQuery.noConflict();
jQuery().ready(function(){

	jQuery('#newsshow') 
		.cycle({ 
			fx:     'scrollUp', 
			continuous: 6000,
			speed:   5000 
	});

});
