
    function addTitle(anchor)
    {
			anchor.href = "/personal/addLink.do?title=" + escape(document.title);
    }


 