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