$(document).ready
	(function(){
        	$('ul.crossfade').innerfade({
			speed: 2000,
			timeout: 4000,
			containerheight: '220px'
		});
	});
