quote = new Array(7);
quote[0] = "Never underestimate the power of human intelligence.";
quote[1] = "Never underestimate the depths of human stupidity.";
quote[2] = "This site is best viewed with your resolution set to at least 800x600. If your computer can not handle that resolution, then it is time to get a new one.";
quote[3] = "Live long and prosper.";
quote[4] = "May the force be with you.";
quote[5] = "If anyone thinks of some good quotes to put down here, let me know.";
quote[6] = "In this country, we know the value of a loonie.";
quote[7] = "Build a man a fire, and he'll be warm for a day.  Set a man on fire, and he'll be warm for the rest of his life.";
quote[8] = "God was my copilot, but we crashed in the mountains and I had to eat him."

var i = Math.floor(Math.random() * 9);

document.write('<div id="footer">');
document.write('<table border="0" cellpadding="5" cellspacing="0" width="779" height="20" bgcolor="#800000">');
document.write('  <tr>');
document.write('      <td align=middle><p class=footertext>');
document.write(quote[i]);
document.write('      </p></td>');
document.write('  </tr>');
document.write('</table>');
document.write('</div>');

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

var pageTracker = _gat._getTracker("UA-3391257-2");
pageTracker._initData();
pageTracker._trackPageview();