/* Columnists. If you intend to use a ' , then proceed it with a \ , like \' to tell JavaScript that

   you intend to show it. Or else the script will crash. */



function level(level)

{

document.write('<h2>Books</h2>\n' +

		'<ul>\n' +

		'<li><a href="' + level + 'books/inconvenient_2009_hardbound.php">Volume I, 2009 Hardbound Annual</a></li>\n' +
		
		'<li><a href="' + level + 'books/inconvenient_2010_hardbound.php">Volume II, 2010 Hardbound Annual</a></li>\n' +


		'</ul>\n');

}          	


