jQuery().ready(function() {  
	
	jQuery('#HomeRotation').show();
	
	jQuery('#HomeRotation').cycle({ 
	fx:    'fade',
	speed: 2500,
	timeout:  7000
	});
}); 
