var mydate=new Date()
var theYear=mydate.getFullYear()
year = "2003";
diff = theYear-year;
diff1 = year-2000;
diff2 = diff+diff1;
user = "info";
site = "gorez.com";
document.write('<br><table border="0" width="100%"><tr><td class="cr"><a href="http://www.united-online.net/index-gr.html" target="_blank">United On Line 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><td align="right" class="cr">Επικοινωνία: ');
document.write('<a href=\"mailto:' + user + '@' + site + '\"><b>');
document.write(user + '@' + site + '</b></a></td></tr></table><br>');