// JavaScript Document
document.write(	"<map name='Map'>"+
  "<area shape='rect' coords='99,28,237,36' href='#'>"+
  "<area shape='rect' coords='252,26,381,36' href='#'>"+
  "<area shape='rect' coords='98,74,175,84' href='#'>"+
"</map>"+
      "<div align='center'>"+
        "<p> <img src='images/bg.jpg' border='0' usemap='#Map'></p>"+
        "</div>");