function DoDisclaimer(sVersion, sLastModified){
	document.write('<center><p align=left style="width: 725; border: 1px solid silver; padding: 10px 10px 10px 10px; background-color: #ddffff;" class=disclaimer>');
	//document.write('<hr>');
	document.write('<i>');
	document.write('Version: ' + sVersion + '.');		
	document.write('<br>');
	document.write('Last Modified: ' + sLastModified + '.');
	document.write('<br>');
	document.write('This page copyright <b><a href="mailto:Brian@BrianHewitt.com?subject=Mail from BrianHewitt.com">Brian Hewitt</a></b> and <b>BrianHewitt.com</b>©.'); 		
	document.write('<br>');
	document.write('The content of this page reflects the thoughts and opinions of <a href="mailto:Brian@BrianHewitt.com?subject=Mail from BrianHewitt.com">Brian Hewitt</a>.  ');
	document.write('This page is not guaranteed to be factual, and should not be used to make important life decisions, such as what you should name your first child or whether you should drink Coke instead of Pepsi.  ');
	document.write('Al Gore was not consulted or harmed in the making of this page.  ');
	document.write('</i>');
	//document.write('<hr>');
	document.write('</p>');
	document.write('<br>');
}

function RunAwayRunAway(){
	window.history.back();
}


