// JScript source code
  function writeDate(){
    var dd = new Date()
    document.write(dd.toLocaleDateString())
    
    }
    function writeImage(){
    
    }
    
    function goHome(){
    window.location = "/index.htm"
}

function writeFooter() {
document.write("Logo designed by R. Miller. Website created by Business/IT students class of 2010.")
}