$(document).ready(
		function(){
			$('#newsbar_content').innerfade({
				speed: 'slow',
				timeout: 4000,
				type: 'sequence',
				containerheight: '70px'
			 }); 
		 } 
	);
