javascript: function A(b){return (encodeURIComponent)?encodeURIComponent(b):escape(b);} Q=''; if(window.getSelection){ Q=window.getSelection(); } else if (document.getSelection){ Q=document.getSelection(); } else if(document.selection){ Q=document.selection.createRange().text; } location.href='http://site.org/wp-admin/link-add.php?text='+A(Q)+'&linkurl='+A(location.href)+'& name='+A(document.title);