var lastUpdated = "19/08/10";

document.write("<table cellspacing='0' cellpadding='0' width='100%'>");
document.write("   <tr height='20'>");
document.write("      <td class='lastUpdated' width='5'>&nbsp;&nbsp;&nbsp;&nbsp;</td>");
document.write("      <td class='lastUpdated' align='left'>Site Developer: Jonathan Mills</td>");
document.write("      <td class='lastUpdated' align='right' width='150'>Last Updated: " + lastUpdated + "</td>");
document.write("      <td class='lastUpdated' width='5'>&nbsp;&nbsp;</td>");
document.write("   </tr>");
document.write("</table>");