
function getFooterHtml(){
  var webSite="shonasplace.greycastle.net";
  var email="contact_shona@greycastle.net"
  var x="<hr><p class='date'>" + lastModified
    +"<br>(c) " + year + " by Shona Davidson"
    +" &nbsp; - &nbsp; <a href='http://"+ webSite +"/'>http://"
    + webSite +"/</a>"
    +"</p>";
  return x;
}
//  +"<br><a href='mailto:"+email+"'>"+email+"</a>"
