// 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 #03 - Halloween 2006</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=\"MaxBrooks.html\">Max Brooks Interview</a></li>")
document.writeln ("<li><a href=\"ToddSnider.html\">Todd Snider Interview</a></li>")
document.writeln ("<li><a href=\"WritersPicks.html\">Horror Writers on Horror Film</a></li>")
document.writeln ("	</td><td class=\"menuBox\">")
document.writeln ("<li><a href=\"DaughtersofDarkness.html\">Daughters of Darkness</a></li>")
document.writeln ("<li><a href=\"Idiocracy.html\">Idiocracy</a></li>")
document.writeln ("<li><a href=\"JesusFranco.html\">Three from Franco</a></li>")
document.writeln ("<li><a href=\"MastersofHorror.htm\">Masters of Horror</a></li>")
document.writeln ("<td class=\"menuBox\"><li><a href=\"FrightfullyGoodMusic.html\">Frightfully Good Music</a></li>")
document.writeln ("<li><a href=\"GoatsRednecksLeather.html\">Goats, Rednecks and Leather</a></li>")
document.writeln ("<li><a href=\"RedemptionThroughMusic.html\">Redemption Through Music</a></li>")
document.writeln ("<li><a href=\"AlligatorRecords.html\">The Blues Are Alive</a></li>")
document.writeln ("<td class=\"menuBox\">")
document.writeln ("<li><a href=\"Thrillers.html\">Echo Park, Book of Fate</a></li>")
document.writeln ("<li><a href=\"Thrillers1.html\">The Distance Travelled, Interpretation of Murder</a></li>")
document.writeln ("<li><a href=\"InPersuasionNation.html\">In Persuasion Nation</a></li>")
document.writeln ("</td></tr></table>")
  
// End hiding of script from old browers -->
} //End WriteIssue Directory