<!--

  //==============
  // FooterFiFi.js
  //==============

  if (newResidentLink) {
    document.writeln('      <center>');
    document.writeln('        <p>');
    document.writeln('        <br>');
    document.writeln('        <font face="Comic Sans MS">');
    document.writeln('          To Enter your Baby as a Resident of Rainbow Bridge <a href="' + siteSecureURL + 'Resident_Maintenance.aspx">click here</a>');
    document.writeln('        </font>');
    document.writeln('      </center>');
  }

  document.writeln('    <hr width="70%">');
  document.writeln('    <br>');
  document.writeln('    <table align="center" width="70%" cellspacing="10">');
  document.writeln('      <tr>');
  document.writeln('        <td align="center" valign="top">');
  document.writeln('          <font face="Comic Sans MS">');
  document.writeln('            This site was inspired by and is dedicated to <a href="' + baseURL + 'fifi.htm">FiFi</a>');
  document.writeln('            <br><br>');
  document.writeln('            Visit the Human side of Rainbows Bridge - <a href="http://BelovedHearts.com">BelovedHearts.com</a>');
  document.writeln('          </font>');
  document.writeln('        </td>');
  document.writeln('      </tr>');
  document.writeln('    </table>');

// -->

