$(document).ready(

	function(){
		$('#test_wrap ul').innerfade({
			animationtype: 'fade',//fade or slide
			speed: 950,
			timeout: 7500,
			type: 'random',
			containerheight: '150px'
		});

});

