                  <!-- This script and many more are available free online at -->
                  <!-- The JavaScript Source!! http://javascript.internet.com -->
                  <!-- Begin
                  if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {
                      var url="http://www.itsalink.co.uk";
                      var title="Its A Link";         
                      document.write('<A HREF="javascript:window.ext');
                      document.write('ernal.AddFavorite(url,title);" ');
                      document.write('onMouseOver=" window.status=');
                      document.write("'Bookmark Its A Link!'; return true ");
                      document.write('"onMouseOut=" window.status=');
                      document.write("' '; return true "); 
                      document.write('">Bookmark Its A Link!</a>');
                  }
                  else 
                  {
                       var msg = "Bookmark Its A Link!";
                       if(navigator.appName == "Netscape") msg += "  (CTRL-D)";
                          document.write(msg);
                  }

// End -->
