<html>

<head>
<BASE HREF="http://www.econcertband.com/band/recordare.css">

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Page Not Found</title>
<link rel="stylesheet" type="text/css" href="http://web.archive.org/web/20040406083925/http://www.econcertband.com/band/recordare.css">
<script language="JavaScript" type="text/javascript" src="http://web.archive.org/web/20040406083925js_/http://www.econcertband.com/recerror.js"></script>
</head>

<body>

<table border="0" cellpadding="0" cellspacing="0" width="90%">
  <tr>
    <td rowspan="2" valign="top" align="left" width="127">
<map name="navmap">
  <area shape="rect" href="/default.asp" coords="0,75,112,100"
  		onMouseover="document.roll.src=img1.src" onMouseout="document.roll.src=imgRest.src"> 
  <area shape="rect" href="/music.html" coords="0,101,112,126" 
  		onMouseover="document.roll.src=img2.src" onMouseout="document.roll.src=imgRest.src"> 
  <area shape="rect" href="/software.html" coords="0,127,112,152" 
  		onMouseover="document.roll.src=img3.src" onMouseout="document.roll.src=imgRest.src"> 
  <area shape="rect" href="/xml.html" coords="0,153,112,179" 
  		onMouseover="document.roll.src=img4.src" onMouseout="document.roll.src=imgRest.src"> 
  <area shape="rect" href="/events.html" coords="0,180,112,204" 
  		onMouseover="document.roll.src=img5.src" onMouseout="document.roll.src=imgRest.src"> 
  <area shape="rect" href="http://www.econcertband.com" coords="0,205,112,230"
  		onMouseover="document.roll.src=img6.src" onMouseout="document.roll.src=imgRest.src"> 
  <area shape="rect" href="/search.html" coords="0,231,112,256"
  		onMouseover="document.roll.src=img7.src" onMouseout="document.roll.src=imgRest.src">
  <area shape="rect" href="http://store.recordare.com" coords="0,257,112,281"
 		onMouseover="document.roll.src=img8.src" onMouseout="document.roll.src=imgRest.src">
  <area shape="rect" href="/about.html" coords="0,282,112,307"
 		onMouseover="document.roll.src=img9.src" onMouseout="document.roll.src=imgRest.src">
</map> 

    <img border="0" src="/images/recnavrest.gif" usemap="#navmap"
         name="roll" alt="Recordare Main Navigation Menu" width="127" height="343"></td>
    <td valign="top" align="left" colspan="2" height="154"><a href="/default.asp"><img border="0" src="/images/recordare.jpg" alt="Recordare" width="536" height="154"></a></td>
  </tr>
  <tr>
    <td></td>
    <td>
      <h1>Sorry, That Page Was Not Found</h1>
      <p>You have reached an old or invalid web page address (URL) for the
      Recordare web site. We apologize for the inconvenience.</p>
      <p>Note that the <a href="http://www.eConcertBand.com/concert.html">eConcertBand</a> 
      web site has been discontinued as of January 2004. </p>
      <p>If you typed the URL directly, please carefully check your entry and
      try again. Otherwise, please use the back button on your browser to return
      to where you were. Or go directly to the <a href="http://www.recordare.com/default.asp">Recordare</a> 
      home page, and follow the links until you find what you are looking for.</p>
      <p>If you came here via a &quot;bad&quot; link on someone else's Web page, we would 
      be grateful if you could let us know the URL where you found the link, so 
      we could try to fix the problem. We try to keep our old pages active to 
      avoid this type of &quot;link rot,&quot; but sometimes we miss something. Please 
      e-mail us at:</p>
      <blockquote>
      <p>
      <img border="0" src="/images/emailinfo.gif" align="middle" width="154" height="17"></p>
      </blockquote>
      <hr>
      <p align="center"><font size="2"><a href="/default.asp">Home</a>
      - <a href="/music.html">Music</a> - <a href="/software.html">Software</a> - <a href="/xml.html">MusicXML</a>
      - <a href="/events.html">Events</a> - <a href="http://www.eConcertBand.com/concert.html">eConcertBand</a>
      - <a href="/search.html">Search</a> - <a href="http://store.recordare.com">Store</a>
      - <a href="/about.html">About Us</a></font></p>


    </td>
  </tr>
</table>

</body>


<!-- SOME SCRIPT SRC'S ON THIS PAGE HAVE BEEN REWRITTEN BY THE WAYBACK MACHINE
OF THE INTERNET ARCHIVE IN ORDER TO PRESERVE THE TEMPORAL INTEGRITY OF THE SESSION. -->


<!-- SOME LINK HREF'S ON THIS PAGE HAVE BEEN REWRITTEN BY THE WAYBACK MACHINE
OF THE INTERNET ARCHIVE IN ORDER TO PRESERVE THE TEMPORAL INTEGRITY OF THE SESSION. -->


<SCRIPT language="Javascript">
<!--

// FILE ARCHIVED ON 20040406083925 AND RETRIEVED FROM THE
// INTERNET ARCHIVE ON 20070826201847.
// JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
// ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
// SECTION 108(a)(3)).

   var sWayBackCGI = "http://web.archive.org/web/20040406083925/";

   function xResolveUrl(url) {
      var image = new Image();
      image.src = url;
      return image.src;
   }
   function xLateUrl(aCollection, sProp) {
      var i = 0;
      for(i = 0; i < aCollection.length; i++) {
         if (typeof(aCollection[i][sProp]) == "string") { 
          if (aCollection[i][sProp].indexOf("mailto:") == -1 &&
             aCollection[i][sProp].indexOf("javascript:") == -1) {
            if(aCollection[i][sProp].indexOf("http") == 0) {
                aCollection[i][sProp] = sWayBackCGI + aCollection[i][sProp];
            } else {
                aCollection[i][sProp] = sWayBackCGI + xResolveUrl(aCollection[i][sProp]);
            }
         }
         }
      }
   }

   xLateUrl(document.getElementsByTagName("IMG"),"src");
   xLateUrl(document.getElementsByTagName("A"),"href");
   xLateUrl(document.getElementsByTagName("AREA"),"href");
   xLateUrl(document.getElementsByTagName("OBJECT"),"codebase");
   xLateUrl(document.getElementsByTagName("OBJECT"),"data");
   xLateUrl(document.getElementsByTagName("APPLET"),"codebase");
   xLateUrl(document.getElementsByTagName("APPLET"),"archive");
   xLateUrl(document.getElementsByTagName("EMBED"),"src");
   xLateUrl(document.getElementsByTagName("BODY"),"background");
   var forms = document.getElementsByTagName("FORM");
   if (forms) {
       var j = 0;
       for (j = 0; j < forms.length; j++) {
              f = forms[j];
              if (typeof(f.action)  == "string") {
                 if(typeof(f.method)  == "string") {
                     if(typeof(f.method) != "post") {
                        f.action = sWayBackCGI + f.action;
                     }
                  }
              }
        }
    }


//-->
</SCRIPT>

</html>