
var motd;

document.observe("dom:loaded", function() {
  
    motd = new motd_ctrl('motd_box');

});