var d = new Date();
var thisYear = d.getFullYear();
document.write("<div id=\"footer\" style=\"color:#ffffff; padding-top:5px; text-align:center\">&copy; " + thisYear + "&nbsp;Mzinga, Inc. All rights reserved. <a href=\"\/privacy.html\">Privacy Policy<\/a> <a href=\"\/agreement.htm\">Terms of Service<\/a><\/div>");