images = new Array(7);images[0] = "<img src='/images/titleImg1.jpg' alt='Maze Lumber'><br>";images[1] = "<img src='/images/titleImg2.jpg' alt='Maze Lumbe'><br>";images[2] = "<img src='/images/titleImg3.jpg' alt='Maze Lumbe'><br>";images[3] = "<img src='/images/titleImg4.jpg' alt='Maze Lumbe'><br>";images[4] = "<img src='/images/titleImg5.jpg' alt='Maze Lumbe'><br>";images[5] = "<img src='/images/titleImg6.jpg' alt='Maze Lumbe'><br>";images[6] = "<img src='/images/titleImg7.jpg' alt='Maze Lumbe'><br>";function getRandomImage() {	index = Math.floor(Math.random() * images.length);	document.write(images[index]);}imagesHome = new Array(7);imagesHome[0] = "<img src='/images/home-img1.jpg' alt='Maze Lumber Serving the Illinois Valley with Quality Building Material Since 1848'><br>";imagesHome[1] = "<img src='/images/home-img2.jpg' alt='Maze Lumbe Serving the Illinois Valley with Quality Building Material Since 1848'><br>";imagesHome[2] = "<img src='/images/home-img3.jpg' alt='Maze Lumbe Serving the Illinois Valley with Quality Building Material Since 1848'><br>";imagesHome[3] = "<img src='/images/home-img4.jpg' alt='Maze Lumbe Serving the Illinois Valley with Quality Building Material Since 1848'><br>";imagesHome[4] = "<img src='/images/home-img5.jpg' alt='Maze Lumbe Serving the Illinois Valley with Quality Building Material Since 1848'><br>";imagesHome[5] = "<img src='/images/home-img6.jpg' alt='Maze Lumbe Serving the Illinois Valley with Quality Building Material Since 1848'><br>";imagesHome[6] = "<img src='/images/home-img7.jpg' alt='Maze Lumbe Serving the Illinois Valley with Quality Building Material Since 1848'><br>";function getRandomImageHome() {	index = Math.floor(Math.random() * images.length);	document.write(imagesHome[index]);}