function startGallery() {
	var mylightbox = new Lightbox();
}

window.onDomReady(startGallery);