document.write('<br />');
document.write('<map name="Map" id="Map">');
document.write('<area shape="rect" coords="1,2,56,121" href="finance.html" alt="Finance" />');
document.write('<area shape="rect" coords="67,4,153,120" href="busi_real_cur.html" alt="Real Estate" />');
document.write('<area shape="rect" coords="162,3,246,120" href="#" alt="Automobile Dealership" />');
document.write('</map>');