﻿/*////////////////////////////////////*/
/* ---- =GLOBAL JS --*/

$(function() {

    /* ---- =NEWS TICKER --*/

    var options = {
        newsList: ".ticker",
        tickerRate: 80,
        startDelay: 10,
        placeHolder1: ""
    }
    $().newsTicker(options);

});