<!-- Created on 29-Dec-2003 15:22:47 -->

		var randnum=Math.floor(Math.random()*20)
		var loc = "http://www.gorlestonhistory.org.uk/images/masthead/pictures"
		var addr = loc + randnum + '.jpg'
		document.write('<img src=\"' + addr + '" alt="" width="140" height="112" border="0">')
