var TripPlanner = {};

document.observe('dom:loaded', function() { 
  
  TripPlanner.formView = new FormView();
});

