if(typeof imgBasePath == 'undefined')
	imgBasePath = ""

document.writeln('<div class="footer">');
document.writeln('<table border=0 width=735 cellpadding=0 cellspacing=0>');
document.writeln('<tr>');
document.writeln('<td align=left valign=top width=735><img src="' + imgBasePath + 'images/footer.jpg" width=735 height=85 border=0 ismap usemap="#footer">');
document.writeln('<map name="footer">');
document.writeln('<area shape="rect" coords="614,18,709,64" href="' + imgBasePath + 'index.html" alt="" >');
document.writeln('<area shape="rect" coords="16,34,140,64" href="http://www.commerx.com" target="_blank" alt="" >');
document.writeln('<area shape="rect" coords="226,20,343,58" href="http://www.thawte.com" target="_blank" alt="" >');
document.writeln('</map>');
document.writeln('</td></tr></table>');
document.writeln('</div>');