// Script to load a random image into home page
// Set standard image size at the end of the doc write
	Numberofoptions = 4;
	randnum = Math.floor(Math.random() * Numberofoptions) + 1;
	document.write('<img src="stat/random/pic' + randnum + '.jpg" width="170" height="148">');
