$(document).ready(function(){
	$(".tabs > ul").tabs("div.tabPane",{
		history: true,
		api:true,
		current:'ui-tabs-selected'
	});
});