<!--
///////////////////////////////////////////////////
//	foot_wht.js				 //
//	pagefooter white		         //
//	15. mar 1998 jules / bermuda	   	 //
///////////////////////////////////////////////////


update=new Date(document.lastModified);
mm= update.getMonth()+1;
dd= update.getDate();
yy= update.getYear();
hh=update.getHours();
mn=update.getMinutes();
sc=update.getSeconds();
document.writeln("<br><center><img src='/gfx/pixel_w.gif' alt='' width=95% height=1><br>");
document.writeln("<TABLE width=95%><TR><td align=left valign=top><font face='Helvetica,Arial' size=-2>&copy; 1998 <a href=\"javascript:credits()\" onMouseOver=\"statBar('View Copyrights');return true;\" onMouseOut=\"statBar('');return true;\">all rights reserved</a></td>");
document.writeln("<TD align=right><font face='Helvetica,Arial' size=-2>Last modified on "+dd+"."+mm+"."+yy+" at "+hh+":"+mn+":"+sc+"</font></TD></TABLE></center>");
// -->

