//--設定項目開始--
fileMax = 3; //最大画像数の設定([0]も含めた画像の総数)です。

//以下ファイル名の指定
//画像ファイル
IMG = new Array(fileMax);
IMG[0]="http://msub.anime.coocan.jp/rinaroom/blogtool.js";
IMG[1]="http://msub.anime.coocan.jp/game/janken.js";
IMG[2]="http://msub.anime.coocan.jp/game/EGGMAN.js";

//--設定項目終了--

fileNo = Math.floor(Math.random()*fileMax);
document.write("<script src='",IMG[fileNo],"' type='text/javascript'>");
document.write("</script>");

