window.addEvent("domready",function(){var a=new PaginateHelper({container:"contentMain",ajaxResponder:"updateContent"});$$(".handle").each(function(d,b){var c=d.getParent(".noteDiv").getElement(".profileCommentText");var e=new Fx.Reveal(c,{duration:"short",tansition:"linear"});c.hide();d.addEvent("click",function(f){f=new Event(f);e.toggle();f.stop()})})});