(function($){

$(function() {

    $(".computers_technology").accessNews({
        newsHeadline: "Ostala događanja",
        newsSpeed: "normal"
    });


    /*

    newsHeadline: "Top Stories"  (String)          |  Each unique slider (id) or set of sliders (class) can receive a headline.
    newsSpeed: "normal"          (String/Integer)  |  "slow","normal","fast", or an integer, with 1 being the fastest animation.

    */

});

})(jQuery);