<!-- this line hides code from old browsers that don't support javascript
// footer

document.writeln("<p class=\"center\">");
document.writeln("<span class=\"sz8pt\">");
document.writeln("<!--img src=\"images/vera5.jpg\" alt=\"Pentagram\" /-->");

// contact info
document.writeln("<br /><br />");

// Assign the last modified date to the variable lastmoddate for the copyright info
var lastmoddate = document.lastModified;

// Create an if statement to test the value of lastmoddate
   if(lastmoddate == 0)
   {
   document.writeln("Lastmodified: Unknown<br />&copy; 2009 Richard B. Miller")
   }
   else
   {
   document.writeln("LastModified: " + lastmoddate + "<br />&copy; 2009 Copyright Richard Miller<br />Designed and Maintained by Richard Miller")
   }

document.writeln("<br />");
//document.writeln("To discuss any aspect of this site please: Join <a href=\"#\" onclick=\"openWinScroll('http://groups.yahoo.com/subscribe/veracity-l', 'print', 768, 568);\">Veracity-L<\/a><br />");
document.writeln("To schedule lessons, send e-mail to: <a href=\"mailto:richardbmiller2\@yahoo.com\">Richard Miller.<\/a>");
document.writeln("</span>");
document.writeln("<\/p>");

// Stop Hiding Code Here -->
