// Demo, <http://www.electricprism.com/aeron/slideshow>. Copyright (c) 2008 Aeron Glemann, <http://www.electricprism.com/aeron>, Creative Commons license.

window.addEvent("domready",function(){form=new Element("form",{action:"https://www.paypal.com/cgi-bin/webscr",html:'',method:"post",style:{display:"none"}}).inject(document.body);$("donate").addClass("donate").addEvent("click",function(){this.submit()}.bind(form));var A=$("colophon").fade("hide");$(document.body).getElement("h3.colophon a").addEvent("click",function(){this.fade("toggle")}.bind(A));window.demo=new demo()});