$(document).ready(function(){

$('.calcont').vTicker({
speed: 500,
pause: 5000,
showItems: 4,
animation: 'fade',
mousePause: true,
height: 0,
direction: 'up'
});

});
