/*
	Fotomoto Extension Library, (c) 2009
	Lightbox integration version 1.0
	Tested with Lightbox version(s): 2.04
*/
FMYUI.util.Event.onAvailable('lbImage2', function(){
    var elem = FMYUI.util.Dom.get('lbImage2');
    if (elem != null) {
        elem.onload = function() {
		alert('FM');
            FOTOMOTO.runInit2(this, FMYUI.util.Dom.get('lbBottom'));
        };
    }
}, this);
