now = new Date
theYear=now.getYear()
if (theYear < 1900)
theYear=theYear+1900
document.write("<div class='smallbodycopy'>Copyright &copy; ")
document.write(theYear)
document.write(" <em>ACA Insight</em>.  All rights reserved.</div> <a href='http://www.acainsight.com/privacy/' class='smallbodycopy'>Privacy</a>")

