now = new Date
theYear=now.getYear()
if (theYear < 1900)
theYear=theYear+1900
document.write("<center>Copyright &copy; 2002 - " + theYear + " Financial Examiner&trade;, Inc | (888) 619-6190<br />401 Congress Ave, Suite 1540, Austin, TX, 78701<br />");
document.write("<a href='http://www.financialexaminer.com/legal/terms.php' target='_blank'>Terms of Use</a>");
document.write("&nbsp;&nbsp;|&nbsp;&nbsp;");
document.write("<a href='http://www.financialexaminer.com/legal/earnings.php' target='_blank'>Disclaimer</a>");
document.write("&nbsp;&nbsp;|&nbsp;&nbsp;");
document.write("<a href='http://www.financialexaminer.com/legal/privacy.php' target='_blank'>Privacy Policy</a>");
document.write("&nbsp;&nbsp;|&nbsp;&nbsp;");
document.write("<a href='http://www.financialexaminer.com' target='_blank'>FinancialExaminer.com</a>");
document.write("</center>");