var emDate = new Date();
var month = emDate.getMonth();
var emDay = emDate.getDate();
path = 'http://www.washingtonpost.com/wp-adv/specialsales/entertainmentvm/';

em = '<img src="http://media.washingtonpost.com/wp-adv/specialsales/entertainmentvm/images/061603_EM_inside_nav_590.gif" width="590" height="50" border="0" usemap="#new">';
em += '<map name="new">';
em += '<area alt="" coords="0,0,142,48" href="'+path+'front.html">';
em += '<area alt="" coords="156,9,226,24" href="'+path+'finedining.html">';
em += '<area alt="" coords="233,9,317,25" href="'+path+'casualdining.html">';
em += '<area alt="" coords="320,8,376,24" href="'+path+'barslounges.html">';
em += '<area alt="" coords="384,8,495,24" href="'+path+'romance.html">';
em += '<area alt="" coords="107,25,225,44" href="'+path+'partyorganizer.html">';
em += '<area alt="" coords="231,26,342,44" href="'+path+'cultural.html">';
em += '<area alt="" coords="349,27,385,42" href="'+path+'music.html">';
em += '<area alt="" coords="391,27,448,42" href="'+path+'museum.html">';
em += '<area alt="" coords="456,28,551,42" href="'+path+'theater.html">';
em += '</map>';

document.write(em);
