Schilling & Blum am Donnerstag – #FreeDeniz
function startGalleryLIST9362() {
if(window.galleryLIST9362) {
try {
var myGalleryLIST9362 = new gallery($(‘myGalleryLIST9362’), {
timed:false,
showArrows: true,
showCarousel: false,
embedLinks:true,
lightbox:true
});
var mylightbox = new LightboxSmoothgallery();
} catch(error){
window.setTimeout(“startGalleryLIST9362();”,2500);
}
} else {
window.galleryLIST9362=true;
if(this.ie) {
window.setTimeout(“startGalleryLIST9362();”,3000);
} else {
window.setTimeout(“startGalleryLIST9362();”,100);
}
}
}
window.onDomReady(startGalleryLIST9362);












