// 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 #04 - Holiday 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=\"JohnPicacio.htm\">John Picacio Interview</a></li>")
document.writeln ("<li><a href=\"ShockTreatment.htm\">Shock Treatment</a></li>")
document.writeln ("<li><a href=\"GregSmith.htm\">Greg Smith CD</a></li>")
document.writeln ("	</td><td class=\"menuBox\">")
document.writeln ("<li><a href=\"SatanicSickies.htm\">SatanicSickies</a></li>")
document.writeln ("<li><a href=\"BBPPPZ.htm\">Bush, Bowie, Pixies, Primus, Plasmatics, Zep</a></li>")
document.writeln ("<li><a href=\"DarkShadows.htm\">Dark Shadows</a></li>")
document.writeln ("<li><a href=\"AnimeReviews.htm\">Intro to Anime</a></li>")
document.writeln ("<td class=\"menuBox\"><li><a href=\"CDReviews.htm\">Lend Me Your Ears</a></li>")
document.writeln ("<li><a href=\"Top10.htm\">Top 10 of '06</a></li>")
document.writeln ("<td class=\"menuBox\">")
document.writeln ("<li><a href=\"TheTerror.htm\">The Terror</a></li>")
document.writeln ("<li><a href=\"HowVeryInteresting.htm\">How Very Interesting</a></li>")
document.writeln ("<li><a href=\"TwoJoe.htm\">Hollywood Station, Chasing The Dead</a></li>")
document.writeln ("</td></tr></table>")
  
// End hiding of script from old browers -->
} //End WriteIssue Directory