// 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 #10 - December 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=\"GiftList.html\">May We Present To You...</a></li>")
document.writeln ("<li><a href=\"ChildShallLeadThem.html\">And A Child Shall Lead Them</a></li>")
document.writeln ("<li><a href=\"If.html\">Lindsay Anderson’s IF</a></li>")
document.writeln ("	</td><td class=\"menuBox\">")
document.writeln ("<li><a href=\"DarkSide.html\">Ketchum's GIRL NEXT DOOR</a></li>")
document.writeln ("<li><a href=\"TomorrowNeverComes.html\">Tomorrow Never Comes</a></li>")
document.writeln ("<li><a href=\"GiveMeMoore.html\">Give Me Moore! </a></li>")
document.writeln ("<li><a href=\"Delerium.html\">A Very DVD Delerium Xmas</a></li>")
document.writeln ("<li><a href=\"RiseAndRise.html\"The Rise and Rise of Michael Rimmer</a></li>")
document.writeln ("<td class=\"menuBox\"><li><a href=\"BestOf.html\">Best CDs of 2007</a></li>")
document.writeln ("<td class=\"menuBox\">")
document.writeln ("<li><a href=\"Poppy.html\">Poppy Z. Brite’s Four Course Meal</a></li>")
document.writeln ("<li><a href=\"FantasyDoesntFit.html\">Fantasy That Doesn't Fit</a></li>")
document.writeln ("</td></tr></table>")
  
// End hiding of script from old browers -->
} //End WriteIssue Directory
