function hm_header()
{
	document.write("<img src='images/header_banner.jpg' alt=''  usemap='#Map'>")
	document.write("<map name='Map' id='Map'>")
      document.write("<area shape='rect' coords='708,10,874,98' href='index.aspx' />")
    document.write("</map>")
	document.write("<div class='clear'></div>")
	
	
}