$(document).ready(function(){
	$("#red").treeview({
		animated: "fast",
		collapsed: true,
		unique: true,
		persist: "location",
		toggle: function() {window.console && console.log("%o was toggled", this);}
	});
});