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