var mydate=new Date()
var theYear=mydate.getFullYear()

year = "2007";
diff = theYear-year;
diff1 = year-2000;
diff2 = diff+diff1;
user = "info";
site = "atlantidavillas.com";

document.write('<table border=0 width="100%"><tr><td><table border="0" cellspacing="0" cellpadding="0"><tr><td></td><td class="online">&nbsp;<B>Web creations</B>: <A href="http://www.atlantidavillas.com/index.htm">Atlantida Villa</A> | Giorgos S.  &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" class="online">Hotel contact: ');
document.write('<a href=\"mailto:' + user + '@' + site + '\"><b>');
document.write(user + '@' + site + '</b></a>&nbsp;</td></tr></table>');