function featureImage()
	{
	var numImages = 7;	/* however many images there are */
	var choice = Math.ceil(Math.random()*numImages);
	document.writeln('<img src="images/feature/'+choice+'.jpg" width="225" height="218" id="random_feature" alt="" border="0" />');
	}