document.writeln("<table class = \"redboxright\">");
document.writeln("<tr> ");
document.writeln("	<th class = \"redbox\">");
document.writeln("	Share Prices");
document.writeln("	</th>");
document.writeln("</tr>");
document.writeln("");
document.writeln("<tr> ");
document.writeln("	<td class = \"small\">");
document.writeln("	Get the latest ISEQ, FTSE 100, S&#38;P 100 and NASDAQ 100 share prices.");
document.writeln("	<br/>");
document.writeln("	<img src=\"/images/gif/bullet.gif\" width = \"6\" height = \"8\" border = \"0\">  <a href = \"/stockprices/shares.html\">Share Prices</a> ");
document.writeln("	</td>");
document.writeln("	</tr>");
document.writeln("</table>");
