//****************************************************************************
//   This JavaScript displayes the LA Rhinos Copyright info
//
//   Inputs:
//       None
//   Outputs:
//       The Copyright Info
//****************************************************************************
//
document.write('<DIV ALIGN="CENTER">\
<HR WIDTH="90%">\
<BR>\
<P CLASS="copyright">\
Copyright &copy; 2009 by LA Rhinos Baseball, All Rights Reserved\
</P>\
</DIV>');
