(function($) {

$(function() {
	$('#tabs').tabs({
		show: function(event, ui) {
			window.location.hash = ui.tab.hash;
		}
	});
});

})(jQuery);
