/**
 * News module related javascript for preview.
 *
 */

jQuery(function() {

	// Preview news scroller implementation
	jQuery(".news_preview .scrollable").scrollable({ vertical: true, mousewheel: true, circular: true, speed: 1111}).autoscroll({interval: 3333});

});
