  document.write('<FONT color="#000000" FACE="helvetica,arial" size=-1><i><b>My website:</b> </i>');
  document.write(document.title + '</i><BR>');
  document.write('Web site created by ');
 
  document.write('Webbo</A> &#169; 2003 <br></A><br>');
  // append a modification date only if server provides a valid date
  if (Date.parse(document.lastModified) > 0) {
  document.write('<B>Last modified: </B>' + document.lastModified + '<BR>');}
  document.write('<B>URL: </B>' + document.location.href + '</FONT><BR>');	
