MovableType Bookmarklets can be made to work in Safari!

Bookmarklets like:

javascript:d=document;t=d.selection?d.selection.createRange().text:d.getSelection(); void(window.open('http://www.blah.cgi?is_bm=1&bm_show=trackback,category,convert_breaks &__mode=view&_type=entry&link_title='+escape(d.title)+'&link_href='+ escape(d.location.href)+'&text='+escape(t),'_blank',' scrollbars=yes,width=400,height=580,status=yes,resizable=yes,scrollbars=yes'))

still do nothing in Safari, whereas they work in Mozilla. However, you can head over to this site for a fix!