document.write('<p align="center"><font face="Book Antiqua" size="-1">This site is created and updated by Frank Mertens, Ghent University.<br>The English text was corrected and edited by Kate Macdonald.</font><font face="Book Antiqua" size="-1"><br>If you quote from this site, make due reference to the site and its author.<br>Send your comments, suggestions and questions to: ') 
        
  var con = "email"
  var ema = "f.mertens"
  var emaHos = "telenet.be"
  document.write("<a href=" + "mail" + "to:" + ema + "@" + emaHos+ ">" + con + "</a>" + ".")
  
document.write('<br>This page was last updated on ')

var months = new Array(13);
months[1] = "January";
months[2] = "February";
months[3] = "March";
months[4] = "April";
months[5] = "May";
months[6] = "June";
months[7] = "July";
months[8] = "August";
months[9] = "September";
months[10] = "October";
months[11] = "November";
months[12] = "December";
var dateObj = new Date(document.lastModified)
var lmonth = months[dateObj.getMonth() + 1]
var date = dateObj.getDate()
var fyear = dateObj.getYear()
if (fyear < 2000) 
fyear = fyear + 1900
document.write(lmonth + " " + date + ", " + fyear)
document.write('</font></p><p align="center"><font face="Book Antiqua" size=""><a href="Home3.htm">Site Map</a></font>')
document.write('<p align="center"><font face="Book Antiqua" size="-1">If you want to link directly to this page, use the URL below:<br>')
document.write(window.location)
document.write('</font></p>')
