var BLIP=(function(){var d=document;var g={$:function(a){return d.getElementById(a)}};g.style={compute:window.getComputedStyle?function(n,p){var a=window.getComputedStyle(n,'');return a[p]||null}:function(n,p){return n.currentStyle?(n.currentStyle[p]||null):null},w3:d.compatMode!='BackCompat'};g.overlay={resize:null,oldResize:null,enableResize:function(){if(BLIP.overlay.resize){BLIP.overlay.oldResize=window.onresize;window.onresize=BLIP.overlay.resize}},disableResize:function(){if(BLIP.overlay.resize){window.onresize=BLIP.overlay.oldResize}},box:null,show:function(a){if(!BLIP.overlay.box){var b=d.createElement('div');b.id='blip_overlay';var c=d.compatMode=='BackCompat'?d.body:d.documentElement;var w=parseInt(c['clientWidth']);var h=Math.max(parseInt(c['clientHeight']),parseInt(c['scrollHeight']));d.body.appendChild(b);b.style.display='block';if(parseInt(b.offsetWidth)<w||parseInt(b.offsetHeight)<h){b.style.width=w+'px';b.style.height=h+'px';var f,currHeight;BLIP.overlay.resize=function(e){if(BLIP.overlay.oldResize)BLIP.overlay.oldResize(e);var w=parseInt(c['clientWidth']);var h=Math.max(parseInt(c['clientHeight']),parseInt(c['scrollHeight']));if(f!=w){BLIP.overlay.box.style.width=w+'px'}if(currHeight!=h){BLIP.overlay.box.style.height=h+'px'}f=w;currHeight=h}}BLIP.overlay.box=b;b=d.createElement('div');b.id='blip_lightbox';b.innerHTML='<div><img src="http://www.blipfoto.com/_partners/edfest2010/local/edfest-logo.jpg" /></div><h1><span id="blip_title"></span>&nbsp;by <span id="blip_journal"></span>&nbsp;| <span id="blip_date"></span> <a href="http://www.blipfoto.com" target="_blank"><img src="http://www.blipfoto.com/_partners/edfest2010/local/poweredbyblipfoto.jpg" /></a></h1><div id="blip_frame"><img id="blip_image" src="" /></div><div style="position:relative"><a href="" id="blip_entry" target="_blank"><span id="blip_comments"></span>view full entry on blipfoto.com</a><span id="blip_media"><a href="" id="blip_media_twitter" target="_blank"><img src="http://www.blipfoto.com/_partners/edfest2010/local/tweet.jpg" /></a><a id="blip_media_buzz" title="Post to Google Buzz" href="http://www.google.com/buzz/post" target="_blank"><img src="http://www.blipfoto.com/_partners/edfest2010/local/buzz.jpg" /></a><iframe id="blip_media_facebook" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.blipfoto.com&amp;layout=button_count&amp;show_faces=false&amp;width=0&amp;action=like&amp;colorscheme=light&amp;height=24" scrolling="no" frameborder="0" allowTransparency="true"></iframe></span></div><a href="#" id="blip_close"></a><span id="blip_close_patch"></span>';d.body.appendChild(b);BLIP.lightbox.box=b;BLIP.$('blip_close').onclick=BLIP.lightbox.hide;BLIP.overlay.enableResize()}BLIP.$('blip_title').innerHTML=decodeURIComponent(a.title);BLIP.$('blip_journal').innerHTML=decodeURIComponent(a.username);BLIP.$('blip_date').innerHTML=decodeURIComponent(a.when);BLIP.$('blip_image').src=decodeURIComponent(a.image);BLIP.$('blip_entry').href='http://www.blipfoto.com/view.php?id='+a.id;BLIP.$('blip_media_twitter').href="http://www.twitter.com/home?status="+("Edinburgh+festival:+blipfoto.com/view.php?id="+a.id);BLIP.$('blip_media_buzz').href="http://www.google.com/buzz/post?url=http://www.blipfoto.com/view.php?id="+a.id;BLIP.$('blip_media_facebook').src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.blipfoto.com%2Fview.php%3Fid%3D"+a.id+"&amp;layout=button_count&amp;show_faces=false&amp;width=0&amp;action=like&amp;colorscheme=light&amp;height=24";BLIP.overlay.box.style.display='block';BLIP.lightbox.show(a)},hide:function(){BLIP.overlay.disableResize();BLIP.overlay.box.style.display='none';BLIP.$('blip_image').src=''}};g.lightbox={box:null,show:function(a){BLIP.lightbox.box.style.display='block'},hide:function(){BLIP.lightbox.box.style.display='none';BLIP.overlay.hide()}};return g})();
