var Blueprint = (function() {
//  this.navigation = (function() {
//    var fundsList;
//    
//    function toggleFundsList() {
//      if (fundsList.css("display") == "none")
//        fundsList.slideDown();
//      else
//        fundsList.slideUp();
//      
//      return false;
//    }
//    
//    function init() {
//      fundsList = $("#navigation li.funds");
//      $("#navigation li.funds:not(.selected)").css("display", "none");
//      $("#navigation a.funds").click(function() { return toggleFundsList(); });
//    }
//    
//    $(document).ready(init);
//    
//    return this;
//  })();
  
  return this;
})();

