var a = new Date();
function r4(i) {return (i < 1000) ? i + 1900 : i;}

document.write('<p align="center">&copy; HREFL 2003 &ndash; ');
document.write(r4(a.getYear()));
document.write(' <a href="http://www.contact.rwd.pl" target="_blank"><font id="which"><strong><em>GET CONTACT</em></strong></font></a></p>');