	function ahref(url,titl)
	{
		document.write("<a href=" + url + ">" + titl + "</a><br>");
	}
