// number of links
cols=6;
colSpan=cols/2;

document.writeln(' </td> ')
document.writeln(' </tr> ')

document.writeln(' <tr> ')
document.writeln(' <td colspan='+colSpan+' valign=top> ')
document.writeln(' <a class="darkOrange" href="mailto:cehamner@hotmail.com">cehamner<font class="lightOrange">[at]</font>hotmail<font class="lightOrange">[dot]</font>com</a> ')
document.writeln(' </td> ')
document.writeln(' <td colspan='+colSpan+' align=right> ')
document.writeln(' &nbsp; ')
document.writeln(' </td> ')
document.writeln(' </tr> ')


document.writeln(' </table> ')
