document.observe("dom:loaded",function(){setupTabs()});function setupTabs(){$$(".tabs").each(function(B){var A=[];var E=B.select(".buttons>li");var F=B.select(".contents>div");for(var D=0;D<E.length;D++){A.push({tab:E[D],block:F[D]})}var C=new com.atmospherebbdo.widgets.Tabs(A)})};