<!-- Does the browser support the DOM? -->
if (document.getElementById) {
 document.write("<LINK REL='stylesheet' HREF='layout2.css' TYPE='text/css'>");
 }
  else  {
   document.write("<p style='color:#f60'><big>The Stewartski Organisation has determined that you are using an ");
   document.write("older, non-standards compliant, browser. You can continue viewing this site, however you "); 
   document.write("should be aware that in order to view this site as the Stewartski Organisation designed it, ");
   document.write("it is recommended that you upgrade to a more modern brower. You can find more information ");
   document.write("as to why this would be a good idea, and links to the latest browsers ");
   document.write("<a href='http://www.webstandards.org/upgrade/' title='Download a browser that complies with Web standards.'>here</a>. ");
   document.write("If you have any comments please direct email to <a href='mailto:secretariat@stewartski.org' title='email Stewartski Org'> ");
   document.write("secretariat@stewartski.org</a><br>");
	 document.write("Thank you for visiting.</big></p><hr> ");
	 }

