document.write('<P CLASS="footer" ALIGN="center">' + 
	'ICIS Centre&nbsp;&#149;&nbsp;Hornb&aelig;kgaardsvej 2&nbsp;&#149;&nbsp;3100 Hornb&aelig;k&nbsp;&#149;&nbsp;Denmark&nbsp;&#149;&nbsp;');

document.write('Tel.: (+45) 49 70 43 64&nbsp;&#149;&nbsp;Fax: (+45) 49 70 43 73&nbsp;&#149;&nbsp;' +
	'<A CLASS="footer" HREF="mailto:blincoe@iciscenter.org">blincoe@iciscenter.org</A>' +
	'</P>');

var browserName = navigator.appName; 
var browserVer = parseFloat(navigator.appVersion);
var theAgent = navigator.userAgent;


	if (Date.parse(document.lastModified) != 0)	{
		mod = new Date(document.lastModified);
		modDate = mod.getDate();
		modMonth = 1 + mod.getMonth();
		modYear = mod.getFullYear();
		document.write('<P CLASS="footer" ALIGN="center">Page last updated ' + modDate + '/' + modMonth+ '/'  + modYear + '</P>');
	}


