/*
 * Initialize application
 */

function initLightbox() {
	myLightbox = new Lightbox();
}

Event.observe(window, 'load', initLightbox, false);
