str = ''
str +='		<!--<hr color=rgb(200,200,100)>-->'
str +='		<br> '
str +='		<table width="600" cellpadding=1 cellspacing="0" border="0" align="center" BGCOLOR="rgb(158,139,117)">'
str +='			<tr>'
str +='				<td>'
str +='					<table width=100% cellpadding=5 cellspacing="0" border="0" align="center" BGCOLOR=#FFFFFF>'
str +='						<tr>'
str +='							<td align="center" width="50%">'
str +='								This page, and all contents of this site, are copyright © 2000 - 2008 by Chris Melhorn.<br> All rights reserved. <a href="index.asp">Back to Flash</a>.'
str +='							</td>'
str +='						</tr>'
str +='					</table>'
str +='				</td>'
str +='			</tr>'
str +='		</table>'
str +='	</td>'
document.write(str)