function BPLbackone()
{
document.write 
('<p align=center><a href="#top-of-page">Top of page</a> | <a href="http://www.draftsperson.net/" TARGET="_parent">Home</a> | <a href="http://www.draftsperson.net/structural/" TARGET="_parent">Structural Articles</a><br><br>All information on this site is provided with no warranty, I accept no liability. <br>Last Updated: <script language=JavaScript type="text/javascript">LastUpdated()</script>')
}

function BPL()
{
document.write('<p align="center">');
document.write('<a href="http://www.draftsperson.net/">Home</a> | ');
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('<p class="small" align="center">');
document.write('All 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 LastUpdated()
{
ldate = new Date(document.lastModified)
if(ldate.getTime() == 0)
	document.write("Error")
else 
  	document.write(ldate.toGMTString())
}


function maillink()
{
document.write 
('<A href="mailto:bushwalktasmania@bigpond.com?Subject=Wildtiger - ');
document.write(document.title);
document.write('">bushwalktasmania@bigpond.com</A>')
}

