		$(function(){
		$('.notibox').vTicker({
   		speed: 500,
   		pause: 4000,
   		showItems: 1,
   		animation: 'fade',
   		mousePause: true,
   		height: 160,
   		direction: 'up'
		});

		});
