$(document).ready(function() { 
	$('#rotator').innerfade({ 
		speed: 'slow', 
		timeout: 4500, 
		type: 'random_start', 
		containerheight: 'auto'
	});
});
