function BottomOfPageLinks()
{
document.write 
('<p align=center><a href="#top-of-page">Top of page</a> | <a href="http://www.draftsperson.net" TARGET="_parent">Home</a>')
}

function BPL()
{
document.write('<p align=center>');
document.write('<a href="http://www.draftsperson.net/forums.php">Forums</a> | ');
document.write('<a href="http://www.draftsperson.net/autocad/index.php" target="_parent">AutoCAD</a> | ');
document.write('<a href="http://www.draftsperson.net/structural/index.php" target="_parent">Structural & Detailing</a> | ');
document.write('<a href="http://www.draftsperson.net/standards/index.php" target="_parent">Drafting Standards</a> | ');
document.write('<a href="http://www.draftsperson.net/standards/articles/UsefulLinks.htm" target="_parent">Useful Links</a> | ');
document.write('<a href="http://www.draftsperson.net/origami/index.php" target="_parent">Origami</a> ');
document.write('<br><p class="small" align="center">');
document.write('AutoCAD are trademarks of Autodesk, Inc. in the USA and/or other countries.');
document.write('<br>All other brand names, product names, or trademarks belong to their respective holders.');
document.write('<br>All information on this site is provided with no warranty, I accept no liability.');
document.write('<br>Last Updated: <script language=JavaScript type="text/javascript">LastUpdated()</script>')
}

function maillink()
{
document.write 
('<A href="mailto:allan.wiseNOSPAM@draftsperson.net?Subject=Draftsperson.net&Body=remove the word NOSPAM from the address');
document.write('">Contact me</A>')
}

function LastUpdated()
{
ldate = new Date(document.lastModified)
if(ldate.getTime() == 0)
	document.write("Error")
else 
  	document.write(ldate.toGMTString())
}

