var FrontImage = new Array();

FrontImage[0] = 'images/building.jpg';
RandomImage = Math.floor(FrontImage.length*Math.random()+1);

