//<![CDATA[
now = new Date();
str = now.getFullYear();
document.write("2004-" + str);
//]]>
