// When the DOM is ready
$(function(){
	$('#news-container').vTicker({ 
		speed: 500,
		pause: 6000,
		animation: 'fade',
		mousePause: true,
		showItems: 1,
		height: 180
	});
});
