function setMotdSlug() {
  setDivText("motdDiv",  motdSlugs());
  setTimeout("setMotdSlug()", 8000);
}


