CmdUtils.makeBookmarkletCommand({
    name: "add-to-twine",
    homepage: "http://static.isnotworking.com/add-to-twine.html",
    icon: "http://www.twine.com/i/favicon.ico",
    author: { name: "Ricardo Niederberger Cabral", email: "ricardo@isnotworking.com"},
    license: "MPL",
    help: "Shows the Twine advanced bookmarking page.",
    url : "javascript:(function(){var%20d=document,w=window,a=window.getSelection,b=document.getSelection,c=document.selection,s=(a?a():(b)?b():(c?c.createRange().text:0)),l=d.location,e=encodeURIComponent;if(!d.getElementById('rdr-script'))try{var%20s=d.createElement('script');s.type='text/javascript';s.id='rdr-script';s.src='http://www.twine.com/js/spotthis.js';(d.body||d.documentElement).appendChild(s);}catch(x){var%20p='?u='%20+e(l.href)%20+'&t='+e(d.title)%20+'&s='+e(s)%20+'&v=1',u='http://www.twine.com/bookmark/basic'+p;l.href=u%20+'&adv=1';}})()"
});
			        
			        
