
function writeFooter(){
	document.write('<br><hr><table class=clsText9BoldGrey border=0 width=100% id=table1>' +
	'<tr>' +
		'<td>&copy;2008 Tranzon International, L.L.C, and Tranzon, L.L.C. All rights reserved.&nbsp;&nbsp;<a href=/terms.htm target=_blank>Terms ' +
				'of Use</a>&nbsp;&nbsp;<a href=/privacy.htm target=_blank>Privacy ' +
				'Policy</a>&nbsp;&nbsp;<a href=/email.aspx>Contact ' +
				'Tranzon</a></td>' +
		'<td>&nbsp;</td>' +
	'</tr>' +
	'<tr>' +
		'<td colspan=2>Tranzon International, LLC, and Tranzon, LLC, were formed to bring together ' +
			'independent, regional companies into a national auction and accelerated ' +
			"marketing group.  Tranzon's companies combine the benefits of local market " +
			'knowledge with national resources.  All Tranzon companies are independently ' +
			'owned and operated.</td>' +
	'</tr>' +
'</table>');
}



