<!--
document.write('      </center>');
document.write('     </td>');
document.write('     <td valign=top>');
document.write('      <p>');
document.write('       <br>');
document.write('       <br>');
document.write('       <br>');

 for (var i=0; i<theLinks.length; i++)
  document.write(theLinks[i] + "<br>");

document.write('      </p>');
document.write('     </td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('     <td>&nbsp;</td>');
document.write('     <td>');
document.write('      <center>');
document.write('       <table border=1 bordercolor=white>');
document.write('        <tr>');
document.write('         <td height=100 width=600 valign=top>');
document.write('          <p>');
document.write('           <div id="quote_area" name="quote_area"></div>');
document.write('          </p>');
document.write('         </td>');
document.write('        </tr>');
document.write('       </table>');
document.write('       <h5>&copy; 2007 Omni Team, LLC. - <a href="privacy.htm">Privacy Policy</a> - Site Design by <a href="mailto:cvornhlt@verizon.net">Omniteam</h5>');
document.write('      </center>');
document.write('     </td>');
document.write('     <td>&nbsp;</td>');
document.write('    </tr>');
document.write('   </table>');
document.write('  </center>');
document.write(' </body>');

function rotate_quotes()
{
 if (theQuotes)
 {
  quote_area.innerHTML = "<br><blockquote>" + theQuotes[Math.round((Math.random()*(theQuotes.length-1)))] + "</blockquote><br>";
  setTimeout("rotate_quotes()",15000)
 }
}
rotate_quotes();

document.write('</html>');
//-->
