var Footer = React.createClass({
  render: function () {
    var now = new Date;
    var theYear = now.getYear();
    if (theYear < 1900) {