$(function(){
	// Tabs
	$('#tabs').tabs();
	//hover states on the static widgets
	$('#dialog_link, ul#icons li').hover(
		function() { $(this).addClass('ui-state-hover'); },
		function() { $(this).removeClass('ui-state-hover'); }
	);

	$("#tv1").treeview({
		collapsed: true,
		unique: true,
		persist: "location",
		animated: "slow"
	});

	$(window).bind("unload", function() {});
	$("body").css("display", "none");
	$("body").fadeIn(1000);

	/*
	$("a").click(function(event){
		event.preventDefault();
		linkLocation = this.href;
		$("body").fadeOut(2000, redirectPage);
	});
	*/
});

function redirectPage() {
	window.location = linkLocation;
}

pfInterval = "15000";
