document.write("<table width=760 border=0 cellspacing=0 cellpadding=0>")
document.write("<tr>")
document.write("<td height=30><img src=http://www.mir-italy.com/files/menu.jpg width=760 height=30 border=0 usemap=#Map></td>")
document.write("</tr>")
document.write("</table> ") 

var months = new Array(13);
months[1] = "January";
months[2] = "February";
months[3] = "March";
months[4] = "April";
months[5] = "May";
months[6] = "June";
months[7] = "July";
months[8] = "August";
months[9] = "September";
months[10] = "October";
months[11] = "November";
months[12] = "December";

var dateObj = new Date(document.lastModified)
var lmonth = months[dateObj.getMonth() + 1]
var date = dateObj.getDate()
var fyear = dateObj.getYear()
if (fyear < 2000) 
fyear = fyear + 1900
 
document.write("<table width=760><tr><td width=50%>")
document.write("<font size=2>Last update: " + lmonth + " " + date + ", " + fyear + "</font></td>")
document.write("<td><div align=right><a href=mailto:info@mir-italy.com><font size=2>info@mir-italy.com</font></a></div></td></tr></table>")
document.write("<map name=Map>")
document.write("<area shape=rect coords=30,18,54,29 href=http://romehotels.mir-italy.com/ target=_top alt=Rome&nbsp;Hotels>")
document.write("<area shape=rect coords=60,19,101,28 href=http://florencehotels.mir-italy.com/ target=_top alt=Florence&nbsp;Hotels>")
document.write("<area shape=rect coords=105,19,136,29 href=http://venicehotels.mir-italy.com/ target=_top alt=Venice&nbsp;Hotels>")
document.write("<area shape=rect coords=137,19,165,27 href=http://milanhotels.mir-italy.com/ target=_top alt=Milan&nbsp;Hotels>")
document.write("<area shape=rect coords=167,19,222,27 href=http://italyhotels.mir-italy.com/ target=_top alt=Other&nbsp;Cities&nbsp;Hotels>")
document.write("<area shape=rect coords=256,4,291,13 href=http://tours.mir-italy.com/ target=_top alt=Tours>")
document.write("<area shape=rect coords=301,3,364,13 href=http://carrental.mir-italy.com/ target=_top alt=Car&nbsp;Rental>")
document.write("<area shape=rect coords=371,3,469,14 href=http://www.mir-italy.com/packages/index.htm target=_top alt=FIT&nbsp;City&nbsp;Packages>")
document.write("<area shape=rect coords=480,3,566,13 href=http://www.mir-italy.com/specialservices/index.htm target=_top alt=Special&nbsp;Services>")
document.write("<area shape=rect coords=572,3,731,14 href=http://www.mir-italy.com/lastminute/index.htm target=_top alt=Special&nbsp;Offers&nbsp;&amp;&nbsp;Last&nbsp;Minute>")
document.write("<area shape=rect coords=672,16,710,27 href=http://www.mir-italy.com/home.htm target=_top alt=Home>")
document.write("<area shape=rect coords=607,17,666,27 href=http://www.mir-italy.com/about/index.htm target=_top alt=About&nbsp;Us>")
document.write("<area shape=rect coords=490,15,603,26 href=http://www.mir-italy.com/history/index.htm target=_top alt=Italian&nbsp;History&nbsp;Pics>")
document.write("<area shape=rect coords=378,15,485,26 href=http://www.miritaly.travel target=_parent alt=Confidential&nbsp;Rates>")
document.write("<area shape=rect coords=280,17,367,26 href=http://bedandbreakfast.mir-italy.com/ target=_top>")
document.write("</map>")