$(document).ready(function(){
		



	// third example
	$("#red").treeview({
		animated: "medium",
		collapsed: true,
		unique: true,
		/*persist: "cookie",
		cookieId: "itineraCookie"*/
		persist: "location"
	});

        /*$('#home_link').click(function () {
          $(this).cookies.del('itineraCookie');
        }); */
        







});
