jmp = new Array();
// ジャンプ先のアドレス(数字は画像と対応)
jmp[0] = "http://www.individualife.net/images/mvs/mainvisual43.jpg";

n = Math.floor(Math.random()*jmp.length);
document.write("<div id='MainVisual' style='background-image: url("+jmp[n]+");'>");
