
// Generate a random number then use this number to display the correct indexpic#
random_num = (Math.round( (Math.random() * 129) + 1))
document.write('<img src="images/indexpic' + random_num + '.jpg" width="770" height="222">')

