rnd= new Array( '恋das.TV', '恋愛データベース', '【Koidas的恋愛小説】' ); function rnd1(){ { a=Math.floor(Math.random()*rnd.length); result=rnd[a] } return result; } function pnt(){ document.write(rnd1()) }