// JavaScript Document

	x = new Date
	var y = x.getFullYear()
		document.write("<B>&copy" + y + " McArthur Cyclone Ltd</B>")

