$(document).ready(
	function(){
		$('ul#ticker').innerfade({
		speed: 500,
		timeout: 7000,
		type: 'random',
		containerheight: '50px'
	});
});
