jQuery(document).ready(function($)
{
	$(".cameraCaught").accessNews(
	{
        newsHeadline: "",
        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.

    */

});