$(document).ready(function(){
		
	// first example
	$("#navigation").treeview({
	    animated: "fast",
	    collapsed: true,
		unique: true,
		persist: "location"
	});

	
});
