function getRndFileName(maxNum) { return ((Math.floor(Math.random() * maxNum) + 1) / 10000).toFixed(4).slice(2) + '.jpg'; }