// ==UserScript==
// @name JoySound Twitter Button
// @version 00.01
// @description Version 00.01
// @include http://joysound.com/ex/utasuki/movie/video/_mid_*
// ==/UserScript==

(function(){p=location.href.split('_')[2];tt='';
t=document.title;t=t.substr(0,(t+':').indexOf(':'));
if((d=document.getElementById('mainSearchBlock'))&&
(d=d.getElementsByTagName('ul'))){
for(i=1;2>=i;i++) {
tt+='<a style=position:relative;top:1px;margin:2px; '+
'target=_blank href="//twitter.com/intent/tweet?text='+
encodeURIComponent(t+'\n'+location.href+'\n'+
'http://pd.joysound.com/thumb_l/'+p+'-'+i+
'.jpg').split('\'').join('%27')+'">'+
'<img name=tweet'+i+' width=0 height=18 border=0 src='+
'//twitter-badges.s3.amazonaws.com/t_logo-a.png>'+
'<img width=0 height=0 border=0 onload=document.tweet'+i+
'.width=\'18\'; src=//pd.joysound.com/thumb_l/'+
p+'-'+i+'.jpg></a>';
} d[1].innerHTML=tt+d[1].innerHTML;
} } )();