function DrawHeader()
{
document.write('<map name="Map2" id="Map2">')
document.write('  <area shape="rect" coords="4, 102, 84, 128" href="index.html" alt="Home" />')
document.write('<area shape="rect" coords="86, 105, 178, 127" href="event.html" alt="The Event" />')
document.write('<area shape="rect" coords="268, 105, 356, 130" href="offers.html" alt="Offers" />')
document.write('<area shape="rect" coords="361, 105, 439, 132" href="gallery.html" alt="Photo Gallery" />')
document.write('<area shape="rect" coords="445, 104, 533, 127" href="contact.html" alt="Contact" />')
document.write('<area shape="rect" coords="537, 104, 618, 132" href="packages.html" alt="Packages" />')
document.write('<area shape="rect" coords="623, 104, 710, 133" href="news_publications.html" alt="News" />')
document.write('<area shape="rect" coords="179, 105, 266, 144" href="tickets.html" alt="Buy Tickets" />')
document.write('<area href="index.html" shape="rect" coords="5, 11, 765, 96">')
document.write('</map>')
document.write('<img src="images/header.jpg" alt="Header2008" width="766" height="128" border="0" usemap="#Map2" longdesc="http://www.fluidnewyears.com/" />')
}

function DrawBottom()
{
document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="0" id="table1">')
document.write('<tr>')
document.write('<td width="473"><h1><font color="#FF00FF" size="2">Montreal New Years 2009 Open Bar: LEAVE YOUR WALLET AT HOME</font></h1></td>')
document.write('<td width="121"><h1><font size="2" color="#FF00FF">1-877-598-5111 </font></h1></td>')
document.write('<td><h1><a href="mailto:%20info@fluidnewyears.com"><font size="2">info@fluidnewyears.com</font></a></h1></td>')
document.write('</tr>')
document.write('</table>')

}