var mthofyr	= ["January","February","March","April","May","June","July","August","September","October","November","December"];
var moddate	= new Date(document.lastModified);
var month	= mthofyr[moddate.getMonth()];
var year	= moddate.getYear();
var daym		= moddate.getDate()

document.write('<BR>'+
		'<BR>'+
		'<A HREF="javascript:history.back(1)">Back</A><BR>'+
		'<BR>');

document.write('<HR>'+
		'<P CLASS="CopyRight">'+
		'Send mail to <A HREF="mailto:weaselfilms@yellow5fx.com">weaselfilms@yellow5fx.com</A> with questions or comments about this web site.<BR>'+
		'Weasel Films site designed by Rick Couch and Greg Rechtin.<BR>'+
		'Last modified: '+ daym +' '+ month + ' ' + year +'<BR>'+
//		'5FX logo is a trademark of Yellow 5 FX, LLC.&nbsp;Copyright &copy; 2002<BR>'+
//		'Copyright &copy; 2000 Weasel Films.<BR>'+
//		'All other logos are trademarks of their respective companies and used with permission<BR>'+
		'</P>');
