	   $(document).ready(
	   
			function() {
				
		if ( $('ul#rotate1').length > 0 ) { 
				
					$('ul#rotate1').innerfade({
						animationtype: 'fade',
						speed: 800,
						timeout: 5000,
						type: 'random',
						containerheight: '220px'
					});	
					
				}

		if ( $('ul#rotate2').length > 0 ) { 

					$('ul#rotate2').innerfade({
						animationtype: 'fade',
						speed: 800,
						timeout: 7000,
						type: 'random',
						containerheight: '220px'
					});	
				}
		
		if ( $('ul#rotate3').length > 0 ) { 

					$('ul#rotate3').innerfade({
						animationtype: 'fade',
						speed: 800,
						timeout: 11000,
						type: 'random',
						containerheight: '220px'
					});	
					
				}		
		if ( $('ul#rotate4').length > 0 ) { 

					$('ul#rotate4').innerfade({
						animationtype: 'fade',
						speed: 800,
						timeout: 15000,
						type: 'random',
						containerheight: '220px'
					});	
					
				}
	   
			}
		)			

				
	   
	   

				
					

			
			