function addGalleryImages() { var linkcontainer = document.getElementById('galleryImageContainer'); if (!linkcontainer) return; var link = document.createElement("a"); link.setAttribute('href', 'galleri/01_Maskot.jpg'); link.setAttribute('rel', 'lightbox[gallery]'); link.setAttribute('id', 'lightbox_image_0'); link.setAttribute('title', '01_Maskot'); linkcontainer.appendChild(link); var link = document.createElement("a"); link.setAttribute('href', 'galleri/02_Inngang til pub.jpg'); link.setAttribute('rel', 'lightbox[gallery]'); link.setAttribute('id', 'lightbox_image_1'); link.setAttribute('title', '02_Inngang til pub'); linkcontainer.appendChild(link); var link = document.createElement("a"); link.setAttribute('href', 'galleri/03_Velkommen inn.jpg'); link.setAttribute('rel', 'lightbox[gallery]'); link.setAttribute('id', 'lightbox_image_2'); link.setAttribute('title', '03_Velkommen inn'); linkcontainer.appendChild(link); var link = document.createElement("a"); link.setAttribute('href', 'galleri/04_Bardisk.jpg'); link.setAttribute('rel', 'lightbox[gallery]'); link.setAttribute('id', 'lightbox_image_3'); link.setAttribute('title', '04_Bardisk'); linkcontainer.appendChild(link); var link = document.createElement("a"); link.setAttribute('href', 'galleri/05_Godkjent storkjøkken.jpg'); link.setAttribute('rel', 'lightbox[gallery]'); link.setAttribute('id', 'lightbox_image_4'); link.setAttribute('title', '05_Godkjent storkjøkken'); linkcontainer.appendChild(link); var link = document.createElement("a"); link.setAttribute('href', 'galleri/06_To toaletter.jpg'); link.setAttribute('rel', 'lightbox[gallery]'); link.setAttribute('id', 'lightbox_image_5'); link.setAttribute('title', '06_To toaletter'); linkcontainer.appendChild(link); var link = document.createElement("a"); link.setAttribute('href', 'galleri/07_toalett_størst.jpg'); link.setAttribute('rel', 'lightbox[gallery]'); link.setAttribute('id', 'lightbox_image_6'); link.setAttribute('title', '07_toalett_størst'); linkcontainer.appendChild(link); var link = document.createElement("a"); link.setAttribute('href', 'galleri/08_Bord og Benker.jpg'); link.setAttribute('rel', 'lightbox[gallery]'); link.setAttribute('id', 'lightbox_image_7'); link.setAttribute('title', '08_Bord og Benker'); linkcontainer.appendChild(link); var link = document.createElement("a"); link.setAttribute('href', 'galleri/09_Selskap.jpg'); link.setAttribute('rel', 'lightbox[gallery]'); link.setAttribute('id', 'lightbox_image_8'); link.setAttribute('title', '09_Selskap'); linkcontainer.appendChild(link); var link = document.createElement("a"); link.setAttribute('href', 'galleri/10_Bordpynt.jpg'); link.setAttribute('rel', 'lightbox[gallery]'); link.setAttribute('id', 'lightbox_image_9'); link.setAttribute('title', '10_Bordpynt'); linkcontainer.appendChild(link); var link = document.createElement("a"); link.setAttribute('href', 'galleri/11_Bakgård_inne.jpg'); link.setAttribute('rel', 'lightbox[gallery]'); link.setAttribute('id', 'lightbox_image_10'); link.setAttribute('title', '11_Bakgård_inne'); linkcontainer.appendChild(link); var link = document.createElement("a"); link.setAttribute('href', 'galleri/12_Skremmer`n_av lokal kunstner.jpg'); link.setAttribute('rel', 'lightbox[gallery]'); link.setAttribute('id', 'lightbox_image_11'); link.setAttribute('title', '12_Skremmer`n_av lokal kunstner'); linkcontainer.appendChild(link); var link = document.createElement("a"); link.setAttribute('href', 'galleri/13_Lavo_hjemmesnekret.jpg'); link.setAttribute('rel', 'lightbox[gallery]'); link.setAttribute('id', 'lightbox_image_12'); link.setAttribute('title', '13_Lavo_hjemmesnekret'); linkcontainer.appendChild(link); var link = document.createElement("a"); link.setAttribute('href', 'galleri/14_Lavo.jpg'); link.setAttribute('rel', 'lightbox[gallery]'); link.setAttribute('id', 'lightbox_image_13'); link.setAttribute('title', '14_Lavo'); linkcontainer.appendChild(link); var link = document.createElement("a"); link.setAttribute('href', 'galleri/15_Marius Müller – jubileumskonsert.png'); link.setAttribute('rel', 'lightbox[gallery]'); link.setAttribute('id', 'lightbox_image_14'); link.setAttribute('title', '15_Marius Müller – jubileumskonsert'); linkcontainer.appendChild(link); var link = document.createElement("a"); link.setAttribute('href', 'galleri/16_Underholdning.jpg'); link.setAttribute('rel', 'lightbox[gallery]'); link.setAttribute('id', 'lightbox_image_15'); link.setAttribute('title', '16_Underholdning'); linkcontainer.appendChild(link); } document.observe('dom:loaded', addGalleryImages);