javascript:(function(){w=window.open();
   dt=window.getSelection();
   if(dt=='')dt=document.title;
   url=document.location.href;
   w.location.href='http://masui.3memo.com/3memo.cgi?long='+
   escape(url)+'&title='+
   encodeURIComponent(dt);})()