﻿$(document).ready(function () {
    var options = {
        newsList: "#tickerNews",
        controls: false,
        startDelay: 10,
        placeHolder1: ""
    }
    $().newsTicker(options);
});
