
function writePageFooterRows()
{
	document.writeln('<tr>');
	document.writeln('	<td class="tagline-text">');
	document.writeln('		<br><br>jfront inc. -- quality crafted software<br><br><br>');
	document.writeln('	</td>');
	document.writeln('</tr>');
	document.writeln('<tr>');
	document.writeln('	<td class="copyright-text">');
	document.writeln('jfront inc. -- quality crafted software');
	document.writeln('<br>&#169; copyright 1999-'+new Date().getFullYear()+', jfront incorporated.  All rights reserved.');
	document.writeln('	</td>');
	document.writeln('</tr>');
}

