myY = (new Date()).getYear();
myY = myY < 2000 ? myY + 1900 : myY;
document.write('&copy;2003-',myY,' Nireuma.com. All rights reserved.')
