now = new Date();
document.write("<font color=#666666 class=small>");
document.write("Copyright 2000-");
document.write(now.getFullYear());
document.write(". imap network. All rights reserved.");
document.write("</font>");
