<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// NOTE: To edit menus code edit the coolstyle.css


var menuwidth	= "140"	  	// OVERALL MENU WIDTH
var botmline	= "30"	  	// HEIGHT OF VERT LINE OVER MENU
var pageheight	= "200"		// HEIGHTEN ALL SUBPAGES


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" class="printhide"><tr><td>');
document.write('<img src="http://whataboutpeace.org/picts/spacer.gif" HEIGHT="10" WIDTH="10"><br>');
document.write('</td><td valign="top" align="left">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('</td></tr><tr><td class="menu-line">');
document.write('<img src="http://whataboutpeace.org/picts/spacer.gif" height="'+botmline+'" width="'+menuwidth+'"><br>');



// START MENU LINKS

// NOTE: COPY AND PASTE THE NEXT 2 LINES TO MAKE A NEW LINK

document.write('</td></tr><tr><td class="menu">');
document.write('<a href="http://whataboutpeace.org/2010/index.htm">2010 winners</a><br>');

document.write('</td></tr><tr><td class="menu">');
document.write('<a href="http://whataboutpeace.org/2009/index.htm">2009 winners</a><br>');

document.write('</td></tr><tr><td class="menu">');
document.write('<a href="http://whataboutpeace.org/2008/index.htm">2008 winners</a><br>');

document.write('</td></tr><tr><td class="menu">');
document.write('<a href="http://whataboutpeace.org/2007/index.htm">2007 winners</a><br>');

document.write('</td></tr><tr><td class="menu">');
document.write('<a href="http://whataboutpeace.org/2006/index.htm">2006 winners</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="http://whataboutpeace.org/site_map.htm">site map</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="http://whataboutpeace.org/index.html">home</a><br>');










document.write('</td></tr><tr><td>');
document.write('<img src="http://whataboutpeace.org/picts/menu_bottom.gif" HEIGHT="1" WIDTH="109"><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');


document.write('<img src="http://whataboutpeace.org/picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="10"><br>');



//  End -->