
$(function() {

    $(".top_stories").slideNews();

    /*

    var options = {
        headline: "Top Stories"  (String)          |  Each unique slider (id) or set of sliders (class) can receive a headline.
        newsWidth: 285,          (Integer)         |  The demo is 285. Modifying will require a modification to the CSS.
        newsSpeed: "normal"      (String/Integer)  |  "slow","normal","fast", or an integer, with 1 being the fastest animation.
    }
    $(".top_stories").slideNews(options);

    NOTE:

    The newsWidth is the width of each news item, including the photo, news callout,
    and a 10 pixel margin. The slideNews() method will slide 2x the newsWidth -- moving
    two news stories off the viewable stage with a click of the next/previous buttons.

    */

});

