function startGalleryLIST8332() {
if(window.galleryLIST8332) {
try {
var myGalleryLIST8332 = new gallery($(‘myGalleryLIST8332’), {
timed:false,
showArrows: true,
showCarousel: false,
embedLinks:true,

lightbox:true
});
var mylightbox = new LightboxSmoothgallery();
} catch(error){
window.setTimeout(“startGalleryLIST8332();”,2500);
}
} else {
window.galleryLIST8332=true;
if(this.ie) {
window.setTimeout(“startGalleryLIST8332();”,3000);
} else {
window.setTimeout(“startGalleryLIST8332();”,100);
}
}
}
window.onDomReady(startGalleryLIST8332);

00