$(document).ready(function() {
	$("ul.tabs").tabs("div.panes > div", { history: true });
});
