var mydate=new Date()
var theYear=mydate.getFullYear()
year = "2004";
diff = theYear-year;
diff1 = year-2000;
diff2 = diff+diff1;
document.write('<A HREF="http://www.united-online.net/index.htm" target="_blank"><img src="images/uol.gif" width="85" height="33" ALT="United On Line - Internet Applications" border="0"></a><br>Copyright &#169; ');
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(' United Online S.A.<br>Internet Presence and Web Page Creation.');



