function jaftop() { //4 var ranNum= Math.round(Math.random() * 4); if (ranNum == 0){document.write('jpg'); } // jpg if (ranNum == 1){document.write('jpg'); } // msmas if (ranNum == 2){document.write(''); } // akemi2 if (ranNum == 3){document.write('
'); } // jlistbanner if (ranNum == 4){document.write('thirdwindow'); } // thirdw }