/* Put footer text in the footerText variable below.  Include breaks, paragraph tags, etc., as necessary. */

var footerText = '<A href="http://www.dmaust.com" class="footnote">www.dmaust.com</A><BR>';

footerText += 'Comments: <A href="mailto:dmaust1979@yahoo.com?subject=Comment%20from%20dmaust.com%20web%20site" class="footnote">dmaust1979@yahoo.com</A><BR>';

footerText += 'Copyright &copy; 2002 dmaust.com. &nbsp;All rights reserved.<BR>';

footerText += '(with stylistic apologies to the <A href="http://www.smu.edu/bridwell" class="footnote" target="_blank">Bridwell Library</A> web site)<BR>';


/* Other functions and variables follow below */

function mailIt() {
    /* Mail="mailto:?to=dmaust1979@yahoo.com&subject=Visited%20your%20web%20site"; */

Mail="mailto:dmaust1979@yahoo.com?subject=Visited%20your%20web%20site";

    document.location.href=Mail;
}

var banner = '<TR><TD width="125" bgcolor="#D5D0A2"><a href="index.htm"><IMG SRC="./images/corner.jpg" border="0" height="110" width="125" ALT="smile"></A></TD><TD width="378" height="110" valign="top"><TABLE bgcolor="#B4B080" width="378" border="0" cellpadding="0" cellspacing="0"><TR valign="middle"><TD height="37" nowrap>&nbsp;&nbsp;<A class="banner" HREF="people.htm">People</A></TD><TD height="37" nowrap align="right"><A class="banner" HREF="work.htm">Work</A>&nbsp;&nbsp;</TD></TR><TR valign="middle"><TD height="36" nowrap>&nbsp;&nbsp;<A  class="banner" HREF="school.htm">Education</A></TD><TD height="36" nowrap align="right"><A class="banner" HREF="events.htm">Events</A>&nbsp;&nbsp;</TD></TR><TR valign="middle"><TD height="37" nowrap>&nbsp;&nbsp;<A class="banner" HREF="ideas.htm">Extrapolations</A></TD><TD height="37" nowrap align="right"><A class="banner" HREF="javascript:mailIt();void(\'\');">Email</A>&nbsp;&nbsp;</TD></TR></TABLE></TD><TD width="137" bgcolor="white"><a href="index.htm"><IMG SRC="./images/corner2.jpg" border="0" height="110" width="137" ALT="mountaintop"></A></TD></TR>';


