이게 실행화면인데 저기 LOTTO 부분에 로또를 안뜨게하고 HISTORY에 5게임을 뜨게 하고싶은데 어떻게 수정


  histCnt++;
  $("#txtResult").html( lottoImg.join("") );
  $("#txtHistory").html( histCnt + " : " + $("#txtResult").html() + "<br/>" + $("#txtHistory").html() );
 });


txtResult : LOTTO 부분

txtHistory : HISTORY 부분