// JavaScript Document

document.writeln(' <table width="100%" border="0" cellpadding="2" cellspacing="2" bordercolor="#856D4D" bgcolor="#806640" align="center" style="text-align: center">');
document.writeln('<tr> <td width="100%" bgcolor="#806640" style="text-align: center">');
 document.writeln(' <div id="globalNav"> ');
 document.writeln('<a href="index.html" target="_self">JAZZ\'EDIT</a> | ');
 document.writeln('<a href="Traveling-blues.html" target="_self">TRAVELING BLUES</a> | ');
 document.writeln('<a href="excerpts.html" target="_self">EXCERPTS</a> |');
  document.writeln('<a href="contacttb.html"target="_self">CONTACT/ORDER</a> | ');
 document.writeln('<a href="bonus-tb.html" target="_self">REVIEWS</a> | ');
 document.writeln('<a href="galerie.html" target="_self">GALLERY</a> |');
 document.writeln('<a href="corrections.html" target="_self">ERRATA</a> |');
 document.writeln('<a href="links.html" target="_self">LINKS</a> |');
 // document.writeln('<a href="new-findings-tb.html" target="_self">NEW FINDINGS</a> |');
  document.writeln('<a href="recordings.html" target="_self">RECORDINGS LIST</a> </div> ');
  
document.writeln(' </td></tr> </table>');
 