document.writeln('<table>');
document.writeln('<tr>');
document.writeln('<td>');
document.writeln('<h3>Forum Articles</h3>');

document.writeln('<ul>');
document.writeln('<li><a href="susdev.htm">Sustainable Development and Social Responsibility</a><br>');
document.writeln('</ul>');

document.writeln('</td>');
document.writeln('</tr>');
document.writeln('</table>');

