window.addEvent("domready",function(){form=new Element("form",{action:"",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()});