document.observe('dom:loaded', function()
{
	if ($('tabs'))
	{
		var tabs = new LabelTabs($('tabs'));
	}
});