// JavaScript Document
$(function(){
		$('#newsSlider').loopedSlider({
			autoHeight: 400,
			autoStart:9000,
			restart:100
			
		});
	});
