function copyright()
	{
		document.write('<center>');
		document.write('<table width=635 height=30>');
		document.write('<td border=0>');
		document.write('<p align="center">');
		document.write('<b><font face=arial color=white size=1>Copyright © &quot; <a style="color: rgb(200,204,0); font-weight: bold; text-decoration: none" href="http://www.withlove.it">With Love</a> &quot; Production Ltd. 2001. All rights reserved.<br>');
		document.write(' Comments to Webmaster &quot; <a style="color: rgb(200,204,0); font-weight: bold; text-decoration: none" href="http://www.fabran.com">Fabran.com</a> &quot;.</font></b>');
		document.write('</td>');
		document.write('</table>');
		document.write('</center>');
	
	}
