function addLink(){var a=document.getElementsByTagName("body")[0];var b;b=window.getSelection();var c="<br /><br />Más información: <a href='"+document.location.href+"'>"+document.location.href+"</a><br />Copyright © <b>www.0223.com.ar</b>";var d=b+c;var e=document.createElement("div");e.style.position="absolute";e.style.left="-99999px";a.appendChild(e);e.innerHTML=d;b.selectAllChildren(e);window.setTimeout(function(){a.removeChild(e)},0)}document.oncopy=addLink

