// JavaScript Document to create page footer
var writeFooter='';
var writeFooter1='';
//var user='nuf';
//var site='nufonline.co.uk';
writeFooter+='A Member of Unitarian Societies';
writeFooter+='<br>';
writeFooter+='<a href="http://www.unitariansocieties.org.uk">															                www.unitariansocieties.org.uk</a>';
writeFooter+='<br><br>';
writeFooter+='Reg.Charity 1040294';
writeFooter+='<br>';
writeFooter+='Email: ';
document.write(writeFooter);
user = "nuf";
site = "nufonline.org.uk";
document.write('<a href=\"mailto:' + user + '@' + site + '\">');
document.write(user + '@' + site + '</a>');
writeFooter1+='<span class="spacer">       </span>';
writeFooter1+='Web:<a href="http://www.nufonline.org.uk">www.nufonline.org.uk</a>';
writeFooter1+='<br><br>';
writeFooter1+='WebMaster: John Wilkinson';
writeFooter1+='<br>';
writeFooter1+='Copyright &copy; 1999-2008 <a href="mailto:mortehoe@lineone.net">[Sharp Rock Graphics]</A>';
writeFooter1+='<br>';
writeFooter1+='All rights reserved.';
writeFooter1+='<br>';
document.write(writeFooter1);
 function initArray() {
      this.length = initArray.arguments.length
      for (var i = 0; i < this.length; i++)
      this[i+1] = initArray.arguments[i]
   }
   var DOWArray = new initArray("Sunday","Monday","Tuesday","Wednesday",

                                "Thursday","Friday","Saturday");
   var MOYArray = new initArray("January","February","March","April",
                                "May","June","July","August","September",
                                "October","November","December");
   var LastModDate = new Date(document.lastModified);
   javascript:document.write("Last Updated ");
   javascript:document.write(DOWArray[(LastModDate.getDay()+1)],", ");
   javascript:document.write(MOYArray[(LastModDate.getMonth()+1)]," ");
   javascript:document.write(LastModDate.getDate(),", ",(LastModDate.getYear()));
   javascript:document.write(".");
   javascript:document.write("<br><br>");

