	   $(document).ready(
				function(){					
					$('#rotate').innerfade({
						speed: 2000,
						timeout: 8000,
						type: 'sequence',
						containerheight: '200px'
					});
			});