function warn ()
{
   this.version = parseInt(navigator.appVersion);
   if (!(this.version >= 4))
   {
      alert("This site contains elements not supported by your browser.\nIt is optimised for Netscape Communicator 4+.");
   }
}

