function initGallery() {
	Shadowbox.init();
}

window.addEvent("domready", initGallery);

