// This javaScript writes a handle link

var handle="";

function writeHandle(handle) {
	document.write("<a href="+handle+">"+handle+"</a>");
}