function Lightbox() {
	this.updateImageList = function() {
		jQuery.Lightbox.relify();
	}
}
var myLightbox = new Lightbox();