function head()
{
  document.writeln("<div>");
  document.writeln("<table>");
  document.writeln("<tr><td><img border= '0' src= 'images/index_head_small.gif' width= '586' height='70'></td></tr>");
  
  document.writeln("</table>");
  document.writeln("</div>");

}
function menu()
{
  document.writeln("<div align='center' width = '100%'>");
      document.writeln("<table border='0' cellpadding='2' width='100%' style='border-collapse: collapse' bordercolor='#111111' cellspacing='0'>");
        document.writeln("<tr>");
          document.writeln("<td align='center'>");
            document.writeln("<font face='Trebuchet MS, Arial, Helvetica' font size = '1'>");
              document.writeln("<a href='whoweare.htm'>Who We Are</a>&nbsp; |&nbsp; ");
              document.writeln("<a href='maclachlanhistory.htm'>MacLachlan History</a>&nbsp; | ");
              document.writeln("<a href='mcewenhistory.htm'> McEwen History</a>&nbsp; |&nbsp; ");
              document.writeln("<a href='gilchristhistory.htm'>Gilchrist History</a>&nbsp;|&nbsp; ");
              document.writeln("<a href='heritage.htm'>Heritage</a>&nbsp; |&nbsp; ");
              document.writeln("<a href='scotsinireland.htm'>Scots in Ireland</a>&nbsp; |&nbsp; ");
              document.writeln("<a href='strathlachlan.htm'>Stathlachlan</a>&nbsp;|&nbsp; ");
              document.writeln("<a href='genealogy.htm'>Genealogy</a>&nbsp; |&nbsp; ");
              document.writeln("<a href='tartan.htm'>Clan Tartans</a>&nbsp; |&nbsp;");
              document.writeln("<a href='flags.htm'>Flags</a>&nbsp; |&nbsp; ");
              document.writeln("<a href='research.htm'>Researching History</a>");
            document.writeln("</font>");            
          document.writeln("</td>");
        document.writeln("</tr>");        
        document.writeln("<tr>");       
          document.writeln("<td align='center'>");
            document.writeln("<font face='Trebuchet MS, Arial, Helvetica' font size = '1'>");            
              document.writeln("<a href='names.htm'>Accepted Spellings</a>&nbsp; |&nbsp; ");
              document.writeln("<a href='qanda.htm'>Q&amp;A</a>&nbsp; |&nbsp;");   
              document.writeln("<a href='highland_games.htm'>Highland Games</a>&nbsp; |&nbsp; ");
              document.writeln("<a href='gatherings.xml'>Calendar of Events</a>&nbsp; | ");
              document.writeln("<a href='officers.xml'>Branch Officers</a>&nbsp; |&nbsp;");
              document.writeln("<a href='links.htm'>Friends &amp; Links</a>&nbsp; |&nbsp; ");
              document.writeln("<a href='feedback.htm'>Feedback</a>&nbsp; |&nbsp; ");
              document.writeln("<a href='privacy.htm'>Privacy Policy</a>&nbsp; |&nbsp; ");
              document.writeln("<a href='index.htm'>Home</a></td>");              
            document.writeln("</font>");
          document.writeln("</td>")
        document.writeln("</tr>");
      document.writeln("</table>");  
  document.writeln("</div>");
}

function legal(){



}
function owner(){

  
  document.writeln("Last modified on " +
  getstringdate(new Date(document.lastModified))+"</p>");

}
function outreach(){
  document.writeln("<p><em><font size = '3'>If you have received valuable information from our web site or"); 
  document.writeln("would like more information, please consider joining our Society.");
  document.writeln("For membership information, email <a href='mailto:MacLachlanMember@aol.com'>Kevin MacLachlan</a> at MacLachlanMember@aol.com.</font></em></p>");

}
function foot(){

  menu(); 
  legal();    
  owner();  
}
function getstringdate(datein)
{
  var stext='';

  var month=datein.getMonth()+1;
  var day=datein.getDate();
  var year=datein.getYear();
  stext=month+"/"+day+"/"+year;

  return(stext);
}
