
 $(document).ready(function(){
	 initHeader();
 });
 
 function initHeader(){
	
	 var myglider = new Glider({
		 duration: 500,
		 scrollVertical: "0",
		 autoSlider: "1",
		 autoSliderFrequency: "10000",
		 showArrows: "1",
		 arrowLeft: "/typo3conf/ext/chili_newsSlider/res/images/prev.png",
		 arrowRight: "/typo3conf/ext/chili_newsSlider/res/images/next.png"
	 }); 
	 
 }
