n = (Math.floor(Math.random()*3)+1);	function random_image() {		document.write('<img src="http://www.oberlin.edu/events/graphics/head_fig' + n + '.gif" width="70" height="85" alt="Head: figure">');	}