function cosplaytest() { //3 var ranNum= Math.round(Math.random() * 3); if (ranNum == 0){document.write('jpg'); } // MessagesTest if (ranNum == 1){document.write('jpg'); } // otaku if (ranNum == 2){document.write('jpg'); } // angelicstar if (ranNum == 3){document.write('jaf'); } // jaf }