document.observe('dom:loaded', function()
{
	var tabs = new LabelTabs('homeTabs');  // Pass the ID of the tabs UL element
});
