Ext.onReady(function(){var a=new Ext.Panel({layout:"accordion",renderTo:"testimonial-accordion"});var b=null;Ext.getBody().select("a.testimonial").each(function(e,g,d){var c=e.getAttribute("href");sibling=e.next();if(sibling.dom.tagName.toLowerCase()!=="div"||sibling.first().dom.tagName.toLowerCase()!=="img"){sibling=null}var f=new Ext.Panel({title:e.dom.innerHTML,the_url:c,the_sibling:sibling,listeners:{expand:function(h){h.load(h.the_url)},render:function(h){if(h.the_sibling){h.the_sibling.insertBefore(h.header.first("span"))}},single:true}});a.add(f);if(!b){b=f}e.remove()});a.doLayout();b.collapse()});