$(document).ready(function(){
	
	// fourth example
    $("#gray").treeview({
		persist: "cookie",
		cookieId: "treeview-gray",
		collapsed: true
	});

});
