// JavaScript file for virtual footer// This one uses relative linksfunction printVirtualFooter(){document.write('<center><br><img src="images/sbarbig.gif" width="352" height="20" alt="-----" border="0"><p>');document.write('<font size="3"><a href="intro.html">Introduction</a> <!-- | <a href="people.html">People</a> -->| <a href="vedas.html">Vedas</a> | <a href="sutras.html">Sulva-Sutras</a> | <a href="conclu.html">Conclusion</a> | <a href="biblio.html">Bibliography</a> | <a href="seval.html">Source Evaluation</a></font><p>');document.write('<img src="images/sbarbig.gif" width="352" height="20" alt="-----" border="0"><p><font size="2">Copyright 1999-2000 by Robin Stewart [<a href="../../index.html" target="_top">click here to return to his web site</a>]</font><br>');document.write('<font size="1" color="#666666"><i>This page last updated:</i> ' + document.lastModified + '<p></font></center>')}