$(document).ready(
	function(){
		$('#rotator').innerfade({
			animationtype: 'fade',
			speed: 500,
			timeout: 5000,
			containerheight: '300px'
		});
	});

