// Movable Typeにクイック投稿します。

jsa_mtQuickPost();

function jsa_mtQuickPost(){
	t='';
	if(document.selection)t=document.selection.createRange().text;
		else{if(document.getSelection)t=document.getSelection();
			else{if(window.getSelection)t=window.getSelection()
				}
			}
		void(window.open('http://www.bulanco.net/mt/mt.cgi?__mode=view&_type=entry&blog_id=1&qp=1&title='+encodeURIComponent(document.title)+'&text='+('<a href=\"')+encodeURIComponent(document.location.href)+('\">')+encodeURIComponent(document.title)+('</a>')+encodeURIComponent(t),'_blank','scrollbars=yes,status=yes,resizable=yes,location=yes'))

}