
Event.observe(window,'load',function(){$$('a[target="lightbox_iframe"]').each(function(iframe_link){var this_lightbox;if(LIGHTBOXES.get(iframe_link.href)){this_lightbox=LIGHTBOXES.get(iframe_link.href);}else{this_lightbox=new Lightbox(iframe_link.href,{content_type:'iframe',sizing:'full'});}
iframe_link.observe('click',function(event){Event.stop(event);this_lightbox.open();});});});
