randombijin.bookmarklet.js

15秒毎。もうすでに時計じゃないし。

javascript:(function(){this.setBijin=function(){var%20random=Math.floor(Math.random()*1440);document.body.innerHTML='<img%20src="'+'http://www.bijint.com/jp/img/photo/'+random+'.jpg"/>';setTimeout('setBijin()',15000);};setBijin();})();
javascript:
(function(){
  this.setBijin=function(){
    var random=Math.floor(Math.random()*1440);
    document.body.innerHTML='<img src="'+'http://www.bijint.com/jp/img/photo/'+random+'.jpg"/>';
    setTimeout('setBijin()',15000);
  }
  ;
  setBijin();
}
)();


あー、ぜんぜん間違えてるわ

javascript:(function(){this.setBijin=function(){var a=Math.floor(Math.random()*2);var b=Math.floor(Math.random()*3);var c=Math.floor(Math.random()*5);var d=Math.floor(Math.random()*9);document.body.innerHTML='<img src="'+'http://www.bijint.com/jp/img/photo/'+a+b+c+d+'.jpg"/>';setTimeout('setBijin()',15000);};setBijin();})();
javascript:
(function(){
  this.setBijin=function(){
    var a=Math.floor(Math.random()*2);
    var b=Math.floor(Math.random()*3);
    var c=Math.floor(Math.random()*5);
    var d=Math.floor(Math.random()*9);
    document.body.innerHTML='<img src="'+'http://www.bijint.com/jp/img/photo/'+a+b+c+d+'.jpg"/>';
    setTimeout('setBijin()',15000);
  }
  ;
  setBijin();
}
)();