document.write('<BR>');
document.write('<TABLE ALIGN="center" BORDER="0" width="100%">');
document.write('<TR ALIGN="center" VALIGN="top">');


document.write('<TD WIDTH = 36 VALIGN = bottom ALIGN = left>');

function plugNS(){var b=1;var o=0;var p=new Array("Shockwave Flash","Shockwave for Director","RealPlayer","QuickTime","VivoActive","LiveAudio","VRML","Dynamic HTML Binding","Windows Media Services");var np=navigator.plugins;for(var x=0;x<p.length;x++){for(var i=0;i<np.length;i++)if(np[i].name.indexOf(p[x])>=0)o|=b;b*=2;}return o;}function plugIE(){if(!document.body)document.write('<body>');var db=document.body;var o=0;var b=1;var p=new Array("D27CDB6E-AE6D-11CF-96B8-444553540000","2A202491-F00D-11CF-87CC-0020AFEECF20","23064720-C4F8-11D1-994D-00C04F98BBC9","","","","90A7533D-88FE-11D0-9DBE-0000C0411FC3","9381D8F2-0288-11D0-9501-00AA00B911A5","22D6F312-B0F6-11D0-94AB-0080C74C7E95");db.addBehavior("#default#clientcaps");for(var i=0;i<p.length;i++){if(p[i])if(db.isComponentInstalled("{"+p[i]+"}","componentid"))o|=b;b*=2;}return o;}function nedstatbasic(id,options){var n=navigator;var ver=n.appVersion;var name=n.appName;var d=document;var verIE=parseInt(ver.substring(ver.indexOf("MSIE")+5,ver.indexOf("MSIE")+6));if(verIE>0)ver=verIE;else ver=parseInt(ver);var u="http://m1.nedstatbasic.net/n?id="+id;var r;if(options&1)r=d.referrer;else r=top.document.referrer;if(!(options&2)){var rc=r;var i=rc.indexOf('?');if(i >=0)rc=rc.substring(0, i);i=rc.lastIndexOf('/');if(i >=0)rc=rc.substring(0, i+1);var l=''+d.location;if(l.indexOf(rc)==0)r='';}if(r&&(r!=d.location))u+="&r="+escape(r);if((name=="Netscape"&&ver>=3))u+="&p="+plugNS();if(verIE>=5&&n.appVersion.indexOf('Win')>=0&&n.userAgent.indexOf('Opera')<0)u+="&p="+plugIE();if(ver>=4){var s=screen;var w=s.width;var c=s.colorDepth;if(w)u+="&w="+w;if(c)u+="&c="+c;}d.write('<a target=_blank href="http://v1.nedstatbasic.net/stats?'+id+'"><img src="'+u+'" border=0 width=18 height=18 alt="Nedstat Basic - Free web site statistics"></a>');}
nedstatbasic("ABoFiQJSXcpjFo3ZuAqtNqf4hKMQ", 0);
document.write('<noscript>');
document.write('<a target="_blank" href="http://v1.nedstatbasic.net/stats?ABoFiQJSXcpjFo3ZuAqtNqf4hKMQ"><img src="http://m1.nedstatbasic.net/n?id=ABoFiQJSXcpjFo3ZuAqtNqf4hKMQ" border="0" nosave width="18" height="18"></a>');
document.write('</noscript>');

document.write('</TD>');

document.write('<TD WIDTH = 36 VALIGN = bottom ALIGN = left>');
document.write('</TD>');

document.write('<TD WIDTH = 36 VALIGN = bottom ALIGN = left>');
document.write('</TD>');

document.write('<TD WIDTH = 36 VALIGN = bottom ALIGN = left>');
document.write('</TD>');

//document.write('<TD WIDTH = 32 VALIGN = bottom ALIGN = left>');
//document.write('<A HREF = "http://192.168.31.31/scripts/sweb.dll/edit_account?" TITLE = "Your Account Settings">');
//document.write('<IMG SRC = "http://www.uia.org/images/buttons_for_db/settings_up.gif" onMouseOver=src="http://www.uia.org/images/buttons_for_db/settings_down.gif" onMouseOut=src="http://www.uia.org/images/buttons_for_db/settings_up.gif" BORDER = 0></A>');
//document.write('</TD>');

document.write('<TD ALIGN="center" VALIGN="top">');
document.write('<font face="verdana" color="##333366" SIZE="-3">');
//document.write('Further explanations on <a href="http://www.uia.org/dyna/search.htm" target="_blank" TITLE="Further explanations on searching online UIA databases"><font face="verdana" color="##333366" SIZE="-3">searching</FONT></a> and <a href="http://db.uia.org/scripts/sweb.dll/features_table" target="_blank" TITLE="Further explanations on user access levels and features"><font face="verdana" color="##333366" SIZE="-3">access levels</FONT></a>. <A HREF="http://www.uia.org/dyna/tips.htm" TITLE="Tips and tricks that can help you to search in the UIA online databases"><font face="verdana" color="##333366" SIZE="-3">Tips & tricks</FONT></A>.');
document.write('<BR>Your comments are welcome in the <a href="http://db.uia.org/forum/default.asp" target="_self"><font face="verdana" color="##333366" SIZE="-3">online discussion fora</font></a> or at <a href="mailto:website@uia.be" TITLE="Click to send an e-mail to the UIA"><font face="verdana" color="##333366" SIZE="-3">website@uia.be</FONT></A>');
//document.write("<BR>Access may be terminated if abuse is suspected. ");

//document.write("<BR>This page was last modified on " + document.lastModified + ".");
document.write("<BR>This page was last modified on ");
var mydate = document.lastModified
if (mydate.indexOf(",") < 1) {
    // this means we have format without words
	dayl=mydate.substring(3, 5)
	monthl=mydate.substring(0, 2)
	yearlpos=mydate.length-11
	yearl=mydate.substring(yearlpos, yearlpos+2)
	if (yearl.substring(0,1) < 10 && yearl.substring(0,1) > 5) {
	yearl = "19" + yearl
	} else {
	yearl = "20" + yearl
	}
	if (dayl.substring(0,1) == "0") {
	dayl = dayl.substring(1,2)
	}
	document.write(dayl)
	var montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
	if (monthl.substring(0,1) == "0") {
	monthl = monthl.substring(1,2)
	}
	monthl=parseInt(monthl)-1
	document.write(" " + montharray[monthl])
	document.write(" " + yearl)
	timelpos=mydate.length-8
	timel=mydate.substring(timelpos,mydate.length)
	document.write(" at " + timel + " CET.")
    } else {
    document.write(document.lastModified + ".");
}

document.write(' <a href="http://www.uia.org/newatuia.htm" TARGET="_blank" TITLE="What&acute;s new at the UIA"><font face="verdana" color="##333366" SIZE="-3">List of recent changes</FONT></a>.</center>');
document.write('<CENTER>&copy; 1996-2002 <A HREF="http://www.uia.org/uiaprof/profilen.htm" TARGET="_self" NAME="UIA Front Page" TITLE="Profile of the Union of International Associations"><font face="verdana" color="##333366" SIZE="-3">Union of International Associations (UIA)</FONT></a> (see the <a href="http://db.uia.org/scripts/sweb.dll/uiaf?SC=5050&XP=UI&DD=OR&DR=F3352&"><font face="verdana" color="##333366" SIZE="-3">Yearbook profile</FONT></a>). All rights reserved.');
document.write(' <A HREF="http://www.uia.org/terms_of_use.htm" TARGET="_blank" TITLE="Terms of use, disclaimer, copyright/left"><font face="verdana" color="##333366" SIZE="-3">Terms of use</FONT></A>.');
document.write('</FONT>');

//
//
//
document.write('</TD>');

document.write('<TD WIDTH = 36 VALIGN = bottom ALIGN = left>');
document.write('<A HREF = "mailto:website@uia.be" TITLE = "Send an e-mail to the UIA">');
document.write('<IMG SRC = "http://www.uia.org/images/e-mail_up.gif" onMouseOver=src="http://www.uia.org/images/e-mail_down.gif" onMouseOut=src="http://www.uia.org/images/e-mail_up.gif" BORDER = 0></A>');
document.write('</TD>');

document.write('<TD WIDTH = 36 VALIGN = bottom ALIGN = left>');
document.write('<A HREF = "http://db.uia.org/forum/default.asp" TITLE = "UIA discussion forum">');
document.write('<IMG SRC = "http://www.uia.org/images/forum_up.gif" onMouseOver=src="http://www.uia.org/images/forum_down.gif" onMouseOut=src="http://www.uia.org/images/forum_up.gif" BORDER = 0></A>');
document.write('</TD>');

document.write('<TD WIDTH = 36 VALIGN = bottom ALIGN = left>');
document.write('<A HREF = "http://www.uia.org/website/sitemap.htm" TITLE = "UIA website map">');
document.write('<IMG SRC = "http://www.uia.org/images/sitemap_up.gif" onMouseOver=src="http://www.uia.org/images/sitemap_down.gif" onMouseOut=src="http://www.uia.org/images/sitemap_up.gif" BORDER = 0></A>');
document.write('</TD>');

document.write('<TD WIDTH = 36 VALIGN = bottom ALIGN = left>');
document.write('<A HREF = "http://www.uia.org/" TITLE = "Home page of the Union of International Associations (UIA)">');
document.write('<IMG SRC = "http://www.uia.org/images/home_up.gif" onMouseOver=src="http://www.uia.org/images/home_down.gif" onMouseOut=src="http://www.uia.org/images/home_up.gif" BORDER = 0></A>');
document.write('</TD>');
document.write('</TABLE>');
