// 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 #09 - Halloween 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=\"FestivalOfFear.html\">Festival of Fear</a></li>")
document.writeln ("<li><a href=\"Floozies.html\">Born Again Floozies</a></li>")
document.writeln ("<li><a href=\"BloodCartoon.html\">The Blood of Cartoons</a></li>")
document.writeln ("<li><a href=\"StaffPicks.html\">The Horror! The Horror!</a></li>")
document.writeln ("	</td><td class=\"menuBox\">")
document.writeln ("<li><a href=\"BlackCat.html\">The Black Cat</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 ("<td class=\"menuBox\">")
document.writeln ("<li><a href=\"FallReading.html\">When Books Fall from the Trees</a></li>")
document.writeln ("<li><a href=\"LadLit.html\">Little Lad Lit</a></li>")
document.writeln ("<li><a href=\"UncleGarrett.html\">Uncle Garrett's Scary Picks</a></li>")
document.writeln ("</td></tr></table>")
  
// End hiding of script from old browers -->
} //End WriteIssue Directory