now= new Date();
browser_version= parseInt(navigator.appVersion);
browser_type = navigator.appName;

if (browser_type == "Microsoft Internet Explorer") {
document.write("<P><HR></P><P>Return to <A HREF='index.html' TARGET='_self'>Family Tree Index</A></P><P><HR></P><P><FONT SIZE=-1><EM>This website and all its contents are &copy;" + (now.getYear()) + " <A HREF='mailto:webmaster@jsusinfonia.org' >EN Chapter</A> except where otherwise noted.</EM></FONT></P>");
}
else if (browser_type == "Netscape") {
document.write("<P><HR></P><P>Return to <A HREF='index.html' TARGET='_self'>Family Tree Index</A></P><P><HR></P><P><FONT SIZE=-1><EM>This website and all its contents are &copy;" + (now.getYear()+1900) + " <A HREF='mailto:webmaster@jsusinfonia.org' >EN Chapter</A> except where otherwise noted.</EM></FONT></P>");
}