$(document).ready(
	function(){ 
		$('#ticker').innerfade({ 
			speed: 'slow',
			timeout: 5000,
			type: 'random',
			containerheight: '20px'

		}); 
	} 
); 
