// JavaScript Document

function WriteIssueDirectory() {
// Remember to place a \ character preseeding any " you want typed. For example:
//document.writeln ("<tr>    <td class=\"blackCell\" colspan=2><img src=\"images/black.gif\" height=\"3\"></td></tr>");

document.writeln ("<div width=\"90%\"><table border=0 cellpadding=0 cellspacing=0 width=\"95%\">")
document.writeln ("  <tr><td colspan=4 class=\"lead\"><span class=\"IssDate\">Issue #07 - June / July 2007</span></td> </tr>")
document.writeln ("  <tr><td class=\"lead\"><img src=\"../images/tab_Feature.jpg\" width=65 height=26></td>")
document.writeln ("<td class=\"lead\"><img src=\"../images/tab_DVD.jpg\" width=65 height=26></td>")
document.writeln ("<td class=\"lead\"><img src=\"../images/tab_Music.jpg\" width=65 height=26></td>")
document.writeln ("<td class=\"lead\"><img src=\"../images/tab_Print.jpg\" width=65 height=26></td>")
document.writeln ("</tr><tr><td class=\"menuBox\">")
document.writeln ("<li><a href=\"Zevon.html\">Warren Zevon</a></li>")
document.writeln ("<li><a href=\"Leibovitz.html\">Anne Leibovitz</a></li>")
document.writeln ("<li><a href=\"HarryAndThePotters.html\">Harry &amp; the Potters</a></li>")
document.writeln ("<li><a href=\"PoeBug.html\">The Poe Bug</a></li>")
document.writeln ("	</td><td class=\"menuBox\">")
document.writeln ("<li><a href=\"Castellari.html\">Three from Castellari</a></li>")
document.writeln ("<li><a href=\"DVDDementia.html\">DVD Dementia</a></li>")
document.writeln ("<li><a href=\"UnderReview.html\">UR: Mott &amp; Cohen</a></li>")
document.writeln ("<td class=\"menuBox\"><li><a href=\"LendMeYourEars.html\">Lend Me Your Ears</a></li>")
document.writeln ("<li><a href=\"PiersPassions.html\">Piers' Passions</a></li>")
document.writeln ("<li><a href=\"WorstCDs.html\">The Worst Used CDs</a></li>")
document.writeln ("<td class=\"menuBox\">")
document.writeln ("<li><a href=\"AliceInSunderland.html\">Alice in Sunderland</a></li>")
document.writeln ("<li><a href=\"SummerBooks.html\">Summer Reading Staff Picks</a></li>")
document.writeln ("<li><a href=\"GeneWilder.html\">Kiss Me Like A Stranger</a></li>")
document.writeln ("<li><a href=\"Mysterious.html\">The Mysterious Benedict Society  </a></li>")
document.writeln ("<li><a href=\"Foolishness.html\">The Foolishness of Not Being Afraid   </a></li>")
document.writeln ("<li><a href=\"WriteYourNovel.html\">Write Your Novel</a></li>")
document.writeln ("</td></tr></table>")
  
// End hiding of script from old browers -->
} //End WriteIssue Directory