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