// Copyright Footer
var currentTime = new Date()
var year = currentTime.getFullYear()

document.write("<div class='footerCopy'>");
document.write("Copyright &copy; "+ year+" Vangent, Inc. All Rights Reserved.");
document.write("</div>");
