function printMain() {
    document.write('<table class="main">');
    document.write('    <tr><td class="red">&nbsp;</td></tr>');
    document.write('    <tr>');
    document.write('        <td>');
    document.write('            <table style="width: 100%; text-align: left;" border="0" cellpadding="2" cellspacing="2">');
    document.write('                <tr>');
//    document.write('                    <td class="header-L"><img alt="Socialist Party USA" src="/images/colorSP-logo.gif" style="height: 150px;"></td>');
    document.write('                    <td class="header-L"><img alt="Socialist Party USA" src="/images/Logo_color.jpeg" style="height: 150px;"></td>');
    document.write('                    <td class="header-R"><br><img alt="SNC logo" src="/images/snc.png" style="height: 55px;"><br>Socialist Party USA Campaign Clearinghouse<br>P.O. Box 15342, Boston, MA 02215<br>www.vote-socialist.org -- ');
    name='info';
    domain='vote-socialist.org';
    document.write(name + '@' + domain);
    document.write('                        </td>');
    document.write('                </tr>');
    document.write('            </table>');
    document.write('        </td>');
    document.write('    </tr>');
    document.write('    <tr><td class="red">&nbsp;</td></tr>');
    document.write('</table>');
    document.write('<table class="main">');
    document.write('    <tr>');
    document.write('        <td class="content-L">');
    document.write('            <table class="content">');
    document.write('                <tr><td class="side"><a class="side" href="/index.html#top">Home</a></td></tr>');
    document.write('                <tr><td>&nbsp;</td></tr>');
    document.write('                <tr><td class="side"><a class="side" href="/index.html#candidates">Candidates</a></td></tr>');
    document.write('                <tr><td>&nbsp;</td></tr>');
    document.write('                <tr><td class="side"><a class="side" href="http://www.vote-socialist.org/2008">President 2008</a></td></tr>');
    document.write('                <tr><td>&nbsp;</td></tr>');
    document.write('                <tr><td class="side"><a class="side" href="/press/index.html">Press room</a></td></tr>');
    document.write('                <tr><td>&nbsp;</td></tr>');
    document.write('                <tr><td class="side"><a class="side" href="/merch.html">Merchandise</a></td></tr>');
    document.write('                <tr><td>&nbsp;</td></tr>');
    document.write('                <tr><td class="side"><a class="side" href="/index.html#contribute">Contributions</a></td></tr>');
    document.write('                <tr><td>&nbsp;</td></tr>');
    document.write('                <tr><td class="side">');
    document.write('<a class="side" href="mailto:' + name + '@' + domain + '">' + 'Contact Us<\/a></td></tr>');
    document.write('            </table>');
    document.write('            <br><br><br>');
    document.write('            <center>');
    document.write('                <a href="http://www.socialistparty-usa.org"><img alt="Socialist Party USA" src="/images/new_SP_logo.gif" style="border: 0px solid ; width: 160px; height: 160px;"></a>');
    document.write('                <br><a href="http://www.socialistparty-usa.org/">Socialist Party USA</a>');
    document.write('                <br><br><br>');
    document.write('                <a href="http://www.ballot-access.org/">Ballot Access News</a>');
    document.write('                <br><br><br>');
    document.write('                <a href="http://www.cofoe.org/">Coalition For Free<br>and Open Elections</a>');
    document.write('                <br><br><br>');
    document.write('                <a href="http://www.votesmart.org/index.htm"><img alt="VoteSmart" src="/images/pvs_logo_button.gif" style="border: 0px solid ; width: 100px; height: 89px;"></a>');
    document.write('                <br><a href="http://www.votesmart.org/index.htm">Project Vote Smart</a>');
    document.write('                <br><br><br>');
    document.write('                <a href="http://www.rockthevote.org/"><img alt="Rock the Vote" src="/images/rtv-logo-index.gif" style="border: 0px solid ; width: 161px; height: 114px;"></a>');
    document.write('                <br><a href="http://www.rockthevote.org/">Register to Vote here</a><br>');
    document.write('            </center>');
    document.write('        </td>');

    return false;
}

function printState() {
    document.write('<table class="main">');
    document.write('    <tr><td class="red">&nbsp;</td></tr>');
    document.write('    <tr>');
    document.write('        <td>');
    document.write('            <table style="width: 100%; text-align: left;" border="0" cellpadding="2" cellspacing="2">');
    document.write('                <tr>');
    document.write('                    <td class="header-L"><img alt="Socialist Party USA" src="/images/colorSP-logo.gif" style="height: 150px;"></td>');
    document.write('                    <td class="header-R"><br><img alt="SNC logo" src="/images/snc.png" style="height: 55px;"><br>Socialist Party USA Campaign Clearinghouse<br>P.O. Box 15342, Boston, MA 02215<br>www.vote-socialist.org * ');
    name='info';
    domain='vote-socialist.org';
    document.write(name + '@' + domain);
    document.write('                        </td>');
    document.write('                </tr>');
    document.write('            </table>');
    document.write('        </td>');
    document.write('    </tr>');
    document.write('    <tr><td class="red">&nbsp;</td></tr>');
    document.write('</table>');
    document.write('<table class="main">');
    document.write('    <tr>');
    document.write('        <td class="content-L">');
    document.write('            <table class="content">');
    document.write('                <tr><td class="side"><a class="side" href="../index.html">Home</a></td></tr>');
    document.write('                <tr><td>&nbsp;</td></tr>');
    document.write('                <tr><td class="side"><a class="side" href="#current">Current Candidates</a></td></tr>');
    document.write('                <tr><td>&nbsp;</td></tr>');
    document.write('                <tr><td class="side"><a class="side" href="#contact">Local Contacts</a></td></tr>');
    document.write('                <tr><td>&nbsp;</td></tr>');
    document.write('                <tr><td class="side"><a class="side" href="#past">Past Candidates</a></td></tr>');
    document.write('                <tr><td>&nbsp;</td></tr>');
    document.write('                <tr><td class="side"><a class="side" href="/merch.html">Merchandise</a></td></tr>');
    document.write('                <tr><td>&nbsp;</td></tr>');
    document.write('                <tr><td class="side"><a class="side" href="../index.html#contribute">Contributions</a></td></tr>');
    document.write('                <tr><td>&nbsp;</td></tr>');
    document.write('                <tr><td class="side">');
    document.write('<a class="side" href="mailto:' + name + '@' + domain + '">' + 'Contact Us<\/a></td></tr>');
    document.write('            </table>');
    document.write('            <br><br><br>');
    document.write('            <center>');
    document.write('                <a href="http://www.socialistparty-usa.org"><img alt="Socialist Party USA" src="/images/new_SP_logo.gif" style="border: 0px solid ; width: 160px; height: 160px;"></a>');
    document.write('                <br><a href="http://www.socialistparty-usa.org/">Socialist Party USA</a>');
    document.write('                <br><br><br>');
    document.write('                <a href="http://www.ballot-access.org/">Ballot Access News</a>');
    document.write('                <br><br><br>');
    document.write('                <a href="http://www.cofoe.org/">Coalition For Free<br>and Open Elections</a>');
    document.write('                <br><br><br>');
    document.write('                <a href="http://www.votesmart.org/index.htm"><img alt="VoteSmart" src="/images/pvs_logo_button.gif" style="border: 0px solid ; width: 100px; height: 89px;"></a>');
    document.write('                <br><a href="http://www.votesmart.org/index.htm">Project Vote Smart</a>');
    document.write('                <br><br><br>');
    document.write('                <a href="http://www.rockthevote.org/"><img alt="Rock the Vote" src="/images/rtv-logo-index.gif" style="border: 0px solid ; width: 161px; height: 114px;"></a>');
    document.write('                <br><a href="http://www.rockthevote.org/">Register to Vote here</a><br>');
    document.write('            </center>');
    document.write('        </td>');

    return false;
}

function printFooter() {
  document.write('  <tr>');
  document.write('    <td class="side"><a class="side" href="#top">Back to top</a></td>');
  document.write('    <td class="footer"><center>Socialist National Committee P.O. Box 15342 Boston, MA 02215</center></td>');
  document.write('  </tr>');

    return false;
}

function printTitle() {
  document.write('  <title>Socialist Party Campaign Clearinghouse</title>');

  return false;
}
