var questionsanswers={siblingizeChildrenAndDie:function(a){a=$(a);a.parent().append(a.html());a.remove()},_init:function(){var a=this;$("ul.questions").filter(":not(.initialized)").addClass("initialized").find("li p.question").toggle(function(){$(this).parent("li.open").find("p.question").click();$(this).parent(":not(li.open)").addClass("open").find("div.answer").stop().wrapInner('<div class="nestInner" style="display:none;"/>').children(".nestInner").slideDown(200,function(){a.siblingizeChildrenAndDie(this)})},function(){$(this).parent(":not(li.open)").find("p.question").click();$(this).parent("li.open").find("div.answer").stop().wrapInner('<div class="nestInner"/>').children(".nestInner").slideUp(300,function(){$(this).closest("li.open").removeClass("open");a.siblingizeChildrenAndDie(this)})})}};$(function(){questionsanswers._init();$(".tabs").bind("tabsload",function(a,b){questionsanswers._init()})});
