//---------------------------------------------------------------------------
function RandomQuote()
{
  index = Math.floor(Math.random()*core);
  return index;
}
//  RandomQuote
//---------------------------------------------------------------------------
