function writeFooter()
{
  footerTd = document.getElementById("footer");
  footerTd.innerHTML = "<br>"
		              +"";
}


