$(document).ready(function(){
	// Page is ready
	//alert('ready');
	

	$('#recentVerdicts').innerfade({
				speed: 'slow',
				timeout: 10000,
				type: 'sequence',
				containerheight: '128px'
	});
	
});