<!--
var path;
if (typeof inroot == 'undefined') {
	path = "../";
} else if (inroot == 1) {
	path = "";
} else {
	path = "../";
}

document.writeln('<center>');
document.writeln('<h6><font color="#666666"><hr width="50%">');
document.writeln('&copy; ');
document.writeln(copyright);
document.writeln(' Robin Craig');

if (typeof extrainfo == 'undefined') {
	// trap
}else if (extrainfo != null){
	document.writeln('<br>',extrainfo);
}
document.writeln('<hr width="50%"></font></h6>');
if (typeof nolinks == 'undefined') {
	var nolinks;
}
if (nolinks == null) {
	document.writeln('<div class="footer">| <a href="',path,'home.html">Home</a> |');
	document.writeln(' <a href="',path,'contact.php">Contact Us</a> |</div>');
}
document.writeln('<p><script type="text/javascript">var addthis_pub = "roark55";</script>');
document.writeln('<a href="http://www.addthis.com/bookmark.php" onmouseover="return addthis_open(this, \'\', \'[URL]\', \'[TITLE]\')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s7.addthis.com/static/btn/lg-share-en.gif" width="125" height="16" border="0" alt="" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script></p>');
document.writeln('</center>');
//-->

