﻿var mydate=new Date()
var theYear=mydate.getFullYear()
year = "1998";
diff = theYear-year;
diff1 = year-2000;
diff2 = diff+diff1;
user = "megasun";
site = "helioakmi.com";
document.write('<table border=0 width="100%"><tr><td><table border="0" cellspacing="0" cellpadding="0"><tr><td id="cr_nl">&nbsp;<a href="http://www.united-hellas.com/index-gr.htm" target="_blank" id="cr_nl">Σχεδίαση</a>&nbsp;</td><td id="cr">&amp; Φιλοξενία: <a href="http://www.united-online.net/index-gr.htm" target="_blank">United Online S.A. &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('</a></td></tr></table></td><td valign="bottom" align="right" id="cr">Επικοινωνία: ');
document.write('<a href=\"mailto:' + user + '@' + site + '\"><b>');
document.write(user + '@' + site + '</b></a></td></tr></table>');