window.addEvent("domready",function(){window.lightbox.load=function(b){var c=b.id.substr(4);if(!window.pageJSON||!window.pageJSON[c]){return false}var a=window.pageJSON[c];switch(c){case"0":case"1":this.content.getElement(".backdrop").setStyle("background-image","url("+a.image+")");this.content.getElement(".summary h1").set("text",a.name);this.content.getElement(".summary h2").set("text",a.date);this.content.getElement(".summary h3").set("text",a.title);this.content.getElement(".summary p").set("html",a.blurb);this.content.getElement(".summary a.readMore").set("href",a.url);break;case"2":location.href=a.url;return false}}.bind(window.lightbox)});
