// JavaScript Document
    			function startGallery6726() {
    			  if(window.gallery6726)
    			    {
    			    try
    			      {
    				    var myGallery6726 = new gallery($('myGallery6726'), {
    					    timed:false,delay: 5000,
    					      showArrows: true,
                  showCarousel: true,
                  textShowCarousel: 'ALLE GASTSCHAUSPIELER',
                  embedLinks:true,                
    					    lightbox:false
    				    });
    				    var mylightbox = new LightboxSmoothgallery();
    				    }catch(error){
    				    window.setTimeout("startGallery6726();",2500);
    				    }
    				  }else{
    				  window.gallery6726=true;
    				  if(this.ie)
    				    {
    				    window.setTimeout("startGallery6726();",3000);
    				    }else{
    				    window.setTimeout("startGallery6726();",100);
    				    }
    				  }
    			}
    			window.onDomReady(startGallery6726);
