// JavaScript Document

	$(document).ready(function() {	
		theRotator();
    });

$(function () {
    $('#js-news').ticker();
});

//    $(document).ready(function () {

//        // Add Scroller Object
//        $jScroller.add("#scroller_container", "#scroller", "left", 6);

//        // Start Autoscroller
//        $jScroller.start();
//    });
