function rhidents() { //2 var ranNum= Math.round(Math.random() * 2); if (ranNum == 0){document.write('

'); } // gallery if (ranNum == 1){document.write('

'); } // int if (ranNum == 2){document.write('

'); } // abao }