now = new Date
theYear=now.getYear()
if (theYear < 1900)
theYear=theYear+1900
document.write("<center>Copyright &copy; " + theYear + " Financial Examiner&trade;, Inc | (303) 800-5945<br />2075 S University Blvd, Denver, CO, 80210<br />");
document.write("<a href='http://www.financialexaminer.com/legal/terms.php' target='_blank' style='color: #0000FF; text-decoration: none;'>Terms of Use</a>");
document.write("&nbsp;&nbsp;|&nbsp;&nbsp;");
document.write("<a href='http://www.financialexaminer.com/legal/earnings.php' target='_blank' style='color: #0000FF; text-decoration: none;'>Disclaimer</a>");
document.write("&nbsp;&nbsp;|&nbsp;&nbsp;");
document.write("<a href='http://www.financialexaminer.com/legal/privacy.php' target='_blank' style='color: #0000FF; text-decoration: none;'>Privacy Policy</a>");
document.write("&nbsp;&nbsp;|&nbsp;&nbsp;");
document.write("<a href='http://www.financialexaminer.com' target='_blank' style='color: #0000FF; text-decoration: none;'>FinancialExaminer.com</a>");
document.write("</center>");
