/*
 * jQuery UI Tabs 1.7.2 config
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Tabs
 *
 * Depends:
 *	ui.core.js
 * ui.tabs.js
 */
 $(function() {
		$("#tabs").tabs({
			event: 'click'
		});
	});
