function countLinks() {
	document.links.length
	self.status=("This page has " + document.links.length + " links")
		}