// -*- javascript -*-
/* NOTE:
   to add javascript which will be executed on load, make a function like so:

   initStuff = function() {
     //whatever
   }

   then add it to the load queue with:

   dojo.addOnLoad(initStuff;

   Do NOT use any other way to load javascript on body load, even if you think it is safe.
   Dojo has got it nailed, just use that function, adding as many things as you like to the
   load queue.
*/


