/* バナーを決定 */
bunner_arg = Math.floor(Math.random() * bunner.length);
document.writeln(bunner[bunner_arg]);

