function startGallery() {
     $$('.newsshow').each(function(item){
       el=$(item.id);
       var myGallery = new gallery(el, {
	 timed: true,
	 showArrows: true,
	 showCarousel: false,
	 showInfopane: false,
	 textPreloadingCarousel: "'.JText::_( 'Loading...' ).'"
       });
     });
}
window.onDomReady(startGallery);

