﻿$(document).ready(function () {
    $('.news').vTicker({
        speed: 1000,
        pause: 5000,
        showItems: 3,
        animation: 'fade',
        mousePause: true,
        height: 390,
        direction: 'up'
    });

// minimal $('.news').vTicker();
});
