// JavaScript Document to create page footer
var writeFooter='';
var writeFooter1='';
writeFooter+='<b>Disclaimer:</b> The NUF makes no claims or guarantees regarding the list of <br>';
writeFooter+='Celebrants &amp; services provided - the list is for infomation only.';
writeFooter+='<br><br>';
writeFooter+='National Unitarian Fellowship<br>';
writeFooter+='E-mail: ';
document.write(writeFooter);
user = "nuf";
site = "nufonline.org.uk";
document.write('<a href=\"mailto:' + user + '@' + site + '\">');
document.write(user + '@' + site + '</a>');
writeFooter1+=' - ';
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; 2007-10 <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(".");


