Thanks James!

I finally got something going as soon as you posted.  Ironically, this
solution was very close to yours.  I will marry the best of both!

jQuery(function($){
   var i;
      for (i in menu1)
      {
      var menuItem = menu1[i];
         $('.MainMenuItems').append(menuItem);
      }
});

Reply via email to