Reference
Lightbox JS v2.0http://www.huddletogether.com/projects/lightbox2/
javascript:(
function(){
var d=document;
var h='http://realtimemachine.sakura.ne.jp/dice/js/';
var s=d.createElement('script');
s.src=h+'dice.js';
d.body.appendChild(s);
var s=d.createElement('script');
s.src=h+'dicebm.js';
d.body.appendChild(s);
})
();