function jaf() { //5 var ranNum= Math.round(Math.random() * 5); if (ranNum == 0){document.write(''); } // jpopgo if (ranNum == 1){document.write(''); } // msmas if (ranNum == 2){document.write(''); } // up if (ranNum == 3){document.write(''); } // otaku if (ranNum == 4){document.write(''); } // akemi if (ranNum == 5){document.write(''); } // GundamNation }