Base.modules.TabbedInfo = {
	init: function () {
		$('.tabbed-info span ul.tabs').superSimpleTabs();
	}
};

