//This is the right side menu

document.write('<table>');
document.write('<tr>');
document.write('<td class="right_menu_font"><br><b>useful links</b></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td class="menu_font"><a href="http://www.washingtonpost.com" target="blank">the washington post</a>');
document.write('<br><a href="http://www.guardian.co.uk" target="blank">the guardian</a>');
document.write('<br><a href="http://news.bbc.co.uk" target="blank">bbc</a>');
document.write('<br><a href="http://www.propublica.org" target="blank">propublica</a>');
;
document.write('</td>');
document.write('</tr>');
document.write('<tr height="10"><td></td></tr>');
document.write('<tr>');
document.write('<td class="right_menu_font"><br><b>great stuff</b></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td class="menu_font">');
document.write('<a href="http://www.calder.org/" target="blank">alexander calder</a>');
document.write('<br><a href="http://www.rembrandtfilms.com/best-animated-film.htm" target="blank">jules feiffer\'s munro</a>');
document.write('<br><a href="http://www.geraldscarfe.com" target="blank">scarfe</a>');
document.write('<br><a href="http://drawn.ca" target="blank">drawn!</a>');
document.write('<br><a href="http://www.danzigercartoons.com" target="blank">danziger</a>');
document.write('<br><a href="http://richardspooralmanac.blogspot.com" target="blank">richard thompson</a>');
document.write('<br><a href="http://www.statesman.com/opinion/content/editorial/sargent/index.html" target="blank">ben sargent</a>');
document.write('<br><a href="http://www.loc.gov/exhibits/oliphant" target="blank">oliphant</a>')
document.write('</td>');
document.write('</tr>');
document.write('</table>');

