document.writeln('<table>');
document.writeln('<tr>');
document.writeln('<td>');
document.writeln('<h3>Press Releases</h3>');

document.writeln('<ul>');
document.writeln('<li><a href="release01.htm">SAVING THE WORLD DOES NOT COST THE EARTH!&copy;</a>');
document.writeln('</ul>');

document.writeln('</td>');
document.writeln('</tr>');
document.writeln('</table>');
