$(function() {
	$('.rssScroll').vTicker({
				speed: 2000,
				pause: 3500,
				showItems: 3,
				animation: 'fade',
				mousePause: true,
				height: 350,
				direction: 'up'
	});
});
