anchor.setAttribute("href", encodeURI(match[0]));
anchor.appendChild(document.createTextNode(match[0]));
text_span.appendChild(anchor);
anchor.setAttribute("href", encodeURI(match[0]));
anchor.appendChild(document.createTextNode(match[0]));
text_span.appendChild(anchor);