try{Behaviors}catch(e){Behaviors=$A([])}var galleryItems=$A([]);var galleryCurrentImage=0;Behaviors.push(function(){galleryItems=$$("#gallery_slides li");galleryItems.each(function(B,C){$("gallery_slide_navigation").innerHTML+=' <a href="#" onclick="galleryGotoShow('+C+');return false;" id="slide_link_'+C+'">'+(C+1)+"<a> "});var A=function(){$("gallery_throbber").style.display="none";galleryStart()};if(Prototype.Browser.IE){window.attachEvent("onload",A)}else{galleryItems[1].select("img")[0].observe("load",A)}});