DOMAssistant.DOMReady(function(){
	$$("wrap").doTabs('h3');
	$(".tabs").doTabs('.tabEl').addClass("test");
	$(".tabs").doTabs('h4');
});
