$(document).ready(function(){
	$("#nav").treeview({
		collapsed: true,
		persist: "location"
	});
});
