//
// This javascript file should contain things that should be done on page load
// by every page.
//

   $(document).ready(function()  {
       $( "button, input:submit, input:button" ).button();
   });
