/*
  We're setting up all this crud in a custom object, to keep it in it's own namespace
*/
var fdo = {
  
  init: function(){
    /* To be called when we have a DOM tree */
  }
};