// JavaScript Document

function SetLink(linkurl,anchortext,name)
{
	document.write("<a href='" + linkurl + "' name='" + name + "' rel='nofollow'>" + anchortext + "</a>");
}