function editlink() {
	pageURL = this.location;
	contactURL = "/home/contribute/edit.html?eu=" + pageURL;
	document.write('<a href="'+contactURL+'">Contribute to this page</a>');
}