$(function(){
    $('.marquee').marquee({
        yScroll: "top" ,
        showSpeed: 1500  ,
        scrollSpeed: 20 ,
        pauseSpeed: 3000 ,
        pauseOnHover: false ,
        loop: -1 ,
        fxEasingShow: "swing" ,
        fxEasingScroll: "linear" ,
        cssShowing: "marquee-showing"
    });
});

