function funcAAMyClipPath(){
sendurl='http://i.allabout.co.jp/clips/bookmarklet';
locate=window.location;
wg=window.getSelection,dg=document.getSelection,ds=document.selection,selection=(wg?wg():(dg)?dg():(ds?ds.createRange().text:0)),enc=encodeURIComponent;
params ='?clip_url='+enc(locate.href)+'&selection='+enc(selection);
uparam=sendurl+params;
window.open(uparam,'t','toolbar=0,resizable=1,status=1,width=594,height=492,scrollbars=yes');
void(0);
}
