$(document).ready(function(){
   $("#red").treeview({
      animated: "fast",
      collapsed: true,
      unique: true,
      persist: "location",
      control: "#treecontrol"
   });
   $("#red a:first").css("color", "#f00000");
   $("#s1").cycle({
      fx:      "fade",
      speed:    1000,
      timeout:  4000
   });
});

