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