var now=new Date();
var year=now.getYear();
 document.write("<div class=\"navytext\"> " + now.toString() + "</div>");
