Rckp.HelpDesk = {
  load: function() {
      $$("strong").each( function(el) {
        if (el.innerHTML.indexOf("Welcome to the Rockport") > -1) {
          el.update("Welcome to the Rockport.com Help Desk");
        }
      });
      $$("font.subheadNumber").each( function(el) {
        el.update("<span class='pHelpBllt'>&bull;</span>");
      });
      
    }
};
