$(document).ready(
	function(){
		$('#header ul').innerfade({
			speed: 750,
			timeout: 5000,
			type: 'random',
			containerheight: '255px'
			});
	});