document.write('<div class="menuGroup">');
document.write('  <p class="menu_header"><a href="http://www.qos.ch">QOS.ch</p>');
document.write('    <a href="http://www.qos.ch/shop/products">Producst &amp; Services</a>');
document.write('    <a href="openSource.html">Open source</a>');
document.write('    <a href="http://www.qos.ch/shop/contact">Contact</a>');
document.write('  </p>');
document.write('  <p class="menu_header"><a href="index.html">Articles on Logging</a></p>');
document.write('    <a href="patternLayout.html">PatternLayout</a>');
document.write('    <a href="internalLogging.html">Internal logging</a>');
document.write('    <a href="preparingFor13.html">Preparing for log4j version 1.3</a>');
document.write('    <a href="sc.html">Supporting logging in containers</a>');
document.write('    <a href="joran.pdf">JoranConfigurator</a>');
document.write('    <a href="thinkAgain.html">Think again</a>');
document.write('    <a href="classloader.html">Class loader bugs in JCL</a>');
document.write('  </p>');
document.write('  <p class="menu_header">On Open Source</p>');
document.write('    <a href="contributing.html">Contributing to open source</a>');
document.write('  </p>');

document.write('</div>');

document.write('<p>&nbsp;</p>');
document.write('<p class="pub">');
document.write('  <a href="http://www.qos.ch/shop/products/log4jManual">');
document.write('    <img src="images/buyDirect.jpg" border="0" title="" alt="buy direct from the developer"/>');
document.write('  </a>');
document.write('</p>');