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











