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