var mydate=new Date()
var theYear=mydate.getFullYear()

year = "2007";
diff = theYear-year;
diff1 = year-2000;
diff2 = diff+diff1;
user = "info";
site = "volcanosvillas.com";

document.write('<table border=0 width="100%"><tr><td><table border="0" cellspacing="0" cellpadding="0"><tr><td></td><td id="black"><b>Web creations &amp; Hosting</b>: Hotel Atlantida &copy; ');
if (year < 2000) { document.write(year + '-' + theYear); }
else {
if (theYear-year > 0)  {
if (theYear < 2010) { document.write(year + '-0' + diff2);  }
else { document.write(year + '-' + diff2); }
}
else  { document.write(year);  }
}
document.write('</td></tr></table></td><td valign="bottom" align="right" id="black"><b>Hotel contact</b>: ');
document.write('<a href=\"mailto:' + user + '@' + site + '\"><b>');
document.write(user + '@' + site + '</b></a></td></tr></table>');