
//scroll news
$(document).ready(function (){
	if($('.scrollnews').length<1){return;}
	$('.scrollnews').vTicker({
		speed: 500,
		pause: 3000,
		showItems: 1,
		animation: 'fade',
		mousePause: true,
		height: 0,
		direction: 'up'
	});
});

