$(function() {

    $(".computers_technology").accessNews({
        
        newsSpeed: "normal"
    });

    $(".world_affairs").accessNews({
        newsHeadline: "World Affairs",
        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.

    */

});
