$(document).ready(function() {
    $('ul#fader').innerfade({
        speed: 5000,
	    timeout: 8000,
        type: 'sequence',
	    containerheight: '92px'
     });
});
