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