
// JavaScript Document
map = '<map name="header">'
+ '<area shape="rect" coords="5,5,95,45" href="../aeon_index.php" alt="AEON">'
+ '<area shape="rect" coords="205,25,265,45" href="../aeon_index.php" alt="Home">'
+ '<area shape="rect" coords="270,25,495,45" href="../application/contract.html" alt="Contract Stipulations and Benefits">'
+ '<area shape="rect" coords="500,25,645,45" href="../recruiting/index.php" alt="Recruiting Locations">'
+ '<area shape="rect" coords="650,25,695,45" href="../faq/index.html" alt="FAQ">'
+ '</map>'
+ '<map name="footer">'
+ '<area shape="rect" coords="5,0,105,17" href="../index.html" alt="Welcome to AEON">'
+ '<area shape="rect" coords="115,0,195,17" href="../privacy.html" alt="Privacy Policy">'
+ '<area shape="rect" coords="205,0,260,17" href="../sitemap.html" alt="Sitemap">'
+ '</map>'

// write
document.write( map )
