myLine = 1;
myMes = new Array(
  "46,700"
);
myRnd = Math.floor(Math.random()*myLine);
document.write(myMes[myRnd]);