﻿var randomImages = ['/img/photo-man-on-box.png', '/img/photo-man-with-finger.png', '/img/photo-office-girl.png'];
//var rndNum = Math.floor(Math.random() * randomImages.length);
var rndNum = 2;


