str = ''
str += ' <hr size="1" color=rgb(52,104,151)> '
str += ' <center> '
str += '		<a href="notice.html#privacy">Privacy Policy</a> | <a href="notice.html#security">Security</a> | <a href="notice.html#legal">Legal Notice</a> | <a href="notice.html#compatibility">Web Compatibility</a> | <a href="notice.html#cookies">Cookies</a> '
str += '		<hr size="1" color=rgb(52,104,151)> '
str += '		<font size="1"> '
str += '			This page, and all contents of this site, are copyright © 2000 - 2002 by Custom Tampers. '
str += '			<br> '
str += '			All rights reserved. '
str += '		</font> '
str += ' </center> '
document.write(str)
