document.writeln("<table class = \"redboxright\">");
document.writeln("<tr> ");
document.writeln("	<th class = \"redbox\">");
document.writeln("	Departments");
document.writeln("	</th>");
document.writeln("</tr>");
document.writeln("");
document.writeln("<tr> ");
document.writeln("	<td class = \"small\" width = \"130\">	");
document.writeln("	<img src=\"/images/gif/bullet.gif\" width = \"6\" height = \"8\" border = \"0\"> ");
document.writeln("	<a href = \"/aboutgoodbody/pclients.html\">Private Clients</a><br>");
document.writeln("	<img src=\"/images/gif/bullet.gif\" width = \"6\" height = \"8\" border = \"0\">");
document.writeln("	<a href = \"/aboutgoodbody/equities.html\">Institutional Equities</a><br>");
document.writeln("	<img src=\"/images/gif/bullet.gif\" width = \"6\" height = \"8\" border = \"0\">");
document.writeln("	<a href = \"/aboutgoodbody/corporate.html\">Corporate Finance</a><br>");
document.writeln("	<img src=\"/images/gif/bullet.gif\" width = \"6\" height = \"8\" border = \"0\">");
document.writeln("	<a href = \"/aboutgoodbody/investment.html\">Investment Funds</a><br>");
document.writeln("	<img src=\"/images/gif/bullet.gif\" width = \"6\" height = \"8\" border = \"0\"> ");
document.writeln("	<a href = \"/aboutgoodbody/securities.html\">Debt Securities</a><br>");
document.writeln("	<img src=\"/images/gif/bullet.gif\" width = \"6\" height = \"8\" border = \"0\">");
document.writeln("	<a href = \"/aboutgoodbody/research.html\">Equity Research</a><br>");
document.writeln("	<img src=\"/images/gif/bullet.gif\" width = \"6\" height = \"8\" border = \"0\">");
document.writeln("	<a href = \"/aboutgoodbody/economic.html\">Economic Consultancy</a><br>");
document.writeln("	</td>	");
document.writeln("");
document.writeln("	</td>");
document.writeln("	");
document.writeln("</tr>");
document.writeln("</table>");
