if(getCookie("isFinance") != null){
	setCookie("isFinance", null, -1);
	$(function() {
	var $tabs = $("#tabs").tabs();
	$tabs.tabs('select', 4);
	window.location.hash = '#financeA';
});
} else if(getCookie("openTab") != null){
	$(function() {
	var $tabs = $("#tabs").tabs();
	$tabs.tabs('select', getCookie("openTab"));
});
}
if(getCookie("noFinance") != null){
	if(getCookie("noFinance") == "true"){
		hideAdjuster();
	}
}
