$(function() {
	$("#tabs").tabs({ load: function() {
									init();
								}
					}).find(".ui-tabs-nav").sortable({axis:'x'});
});
