
function PrintIndex()
{
    if( 0 < location.search.indexOf( "noshowtoc" ) )
    {
         return;
    }

    document.writeln("<!--MOTD/JOTD-->");
    document.writeln("<tr><td align=right valign=top>");
    document.writeln("<font color=eeccee>Key Links</font>");
    document.writeln("</td></tr>");
    document.writeln("<tr><td align=right valign=top>");
    document.writeln("    <a href=/><font color=fefefe>SiteMap</font></a>");
    document.writeln("</td></tr>");

    document.writeln("<tr><td align=right valign=top>");
    document.writeln("    <a href=/pss/pss.html><font color=fefefe>WMP FAQ</font></a>");
    document.writeln("</td></tr>");

    document.writeln("<tr><td align=right valign=top>");
    document.writeln("    <a href=/kubricks/kubricks.html><font color=fefefe>Kubrick Guide</font></a>");
    document.writeln("</td></tr>");

    document.writeln("<tr><td align=right valign=top>");
    document.writeln("    <a href=/astroblasters.html><font color=fefefe>Astro Blasters</font></a>");
    document.writeln("</td></tr>");

    document.writeln("<tr><td align=right valign=top>");
    document.writeln("    <a href=/mvc2><font color=fefefe>Marvel Videos</font></a>");
    document.writeln("</td></tr>");

    document.writeln("<tr><td align=right valign=top>");
    document.writeln("    <a href=http://zachdms.livejournal.com><font color=fefefe>LiveJournal</font></a>");
    document.writeln("</td></tr>");

    document.writeln("<tr><td align=right valign=top>");
    document.writeln("    <a href=/writing/><font color=fefefe>Writings</font></a>");
    document.writeln("</td></tr>");
    document.writeln("<tr><td align=right valign=top>");
    document.writeln("</td></tr>");

    document.writeln("<tr><td align=right valign=top>");
    document.writeln("   <a href=/zachd.html><font color=fefefe>Bio</font></a>");
    document.writeln("</td></tr>");
    document.writeln("<tr><td align=left valign=top height=150>");
    document.writeln("&#160;");
    document.writeln("</td></tr>");
}

function InsertStandardDisclaimer()
{
    document.writeln("<font size=-1><i>Standard dislamers apply.  You are allowed.  No warranty offered nor implied.  The FreshMaker(tm).  Rinse thoroughly before usage.  Hastur Hastur Hastur.  Use only AR safe cloths.  All original material on this page is copyright me and may not be reprinted without permission.  I have invented all names and situations in my stories, except in cases when public figures are being satirized. Any other use of real names is accidental and coincidental, or used as a fictional depiction or personality parody (permitted under Hustler Magazine v. Fallwell, 485 US 46, 108 S.Ct 876, 99 L.Ed.2d 41 (1988)). I make no representation as to the truth or accuracy of the preceding information.</i>");
    document.writeln("-<font color=000000>Zach</font></font>");
}

