	   $(document).ready(
				function(){					
					$('#image-rotator').innerfade({
						speed: 2000,
						timeout: 8000,
						type: 'sequence',
						containerheight: '276px'
					});
			});