// JavaScript Document

	x = new Date
	var y = x.getFullYear()
		document.write("<B>&copy;" + y + " John Reynolds & Sons (Birmingham) Ltd</B>")

