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/post-new.php?text='+A(Q)+'&popupurl='+A(location.href)+ '&popuptitle='+A(document.title);