$("a#welcome").click(function () {
      $("p.text").slideToggle("fast");
    });
