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


});
