// JavaScript Document
// Rodger Page - Ain't it a hoot

var randnum1 = Math.random()
var randnum2 = Math.random()
var randnum3 = Math.random()

var inum1 = 10
var inum2 = 10
var inum3 = 10

var rand1 = Math.round(randnum1 * (inum1-1)) + 1
var rand2 = Math.round(randnum2 * (inum2-1)) + 1
var rand3 = Math.round(randnum3 * (inum3-1)) + 1

images1 = new Array
images2 = new Array
images3 = new Array

images1[01] = "http://dec.bournemouth.ac.uk/images/box_images/box_01_01.jpg"
images1[02] = "http://dec.bournemouth.ac.uk/images/box_images/box_01_02.jpg"
images1[03] = "http://dec.bournemouth.ac.uk/images/box_images/box_01_03.jpg"
images1[04] = "http://dec.bournemouth.ac.uk/images/box_images/box_01_04.jpg"
images1[05] = "http://dec.bournemouth.ac.uk/images/box_images/box_01_05.jpg"
images1[06] = "http://dec.bournemouth.ac.uk/images/box_images/box_01_06.jpg"
images1[07] = "http://dec.bournemouth.ac.uk/images/box_images/box_01_07.jpg"
images1[08] = "http://dec.bournemouth.ac.uk/images/box_images/box_01_08.jpg"
images1[09] = "http://dec.bournemouth.ac.uk/images/box_images/box_01_09.jpg"
images1[10] = "http://dec.bournemouth.ac.uk/images/box_images/box_01_10.jpg"

images2[01] = "http://dec.bournemouth.ac.uk/images/box_images/box_02_01.jpg"
images2[02] = "http://dec.bournemouth.ac.uk/images/box_images/box_02_02.jpg"
images2[03] = "http://dec.bournemouth.ac.uk/images/box_images/box_02_03.jpg"
images2[04] = "http://dec.bournemouth.ac.uk/images/box_images/box_02_04.jpg"
images2[05] = "http://dec.bournemouth.ac.uk/images/box_images/box_02_05.jpg"
images2[06] = "http://dec.bournemouth.ac.uk/images/box_images/box_02_06.jpg"
images2[07] = "http://dec.bournemouth.ac.uk/images/box_images/box_02_07.jpg"
images2[08] = "http://dec.bournemouth.ac.uk/images/box_images/box_02_08.jpg"
images2[09] = "http://dec.bournemouth.ac.uk/images/box_images/box_02_09.jpg"
images2[10] = "http://dec.bournemouth.ac.uk/images/box_images/box_02_10.jpg"

images3[01] = "http://dec.bournemouth.ac.uk/images/box_images/box_03_01.jpg"
images3[02] = "http://dec.bournemouth.ac.uk/images/box_images/box_03_02.jpg"
images3[03] = "http://dec.bournemouth.ac.uk/images/box_images/box_03_03.jpg"
images3[04] = "http://dec.bournemouth.ac.uk/images/box_images/box_03_04.jpg"
images3[05] = "http://dec.bournemouth.ac.uk/images/box_images/box_03_05.jpg"
images3[06] = "http://dec.bournemouth.ac.uk/images/box_images/box_03_06.jpg"
images3[07] = "http://dec.bournemouth.ac.uk/images/box_images/box_03_07.jpg"
images3[08] = "http://dec.bournemouth.ac.uk/images/box_images/box_03_08.jpg"
images3[09] = "http://dec.bournemouth.ac.uk/images/box_images/box_03_09.jpg"
images3[10] = "http://dec.bournemouth.ac.uk/images/box_images/box_03_10.jpg"

var image1 = images1[rand1]
var image2 = images2[rand2]
var image3 = images3[rand3]

