 $(document).ready(
				function(){
					$('.widget_news_ticker').innerfade({
						animationtype: 'slide',
						speed: 1000,
						timeout: 4000,
						type: 'sequence',
						containerheight: '33px',
                                                animationtype: 'fade'
					});

			});

