function homepage() { //4 var ranNum= Math.round(Math.random() * 1); if (ranNum == 0){document.write('
WRINLindsay
'); } // NEW if (ranNum == 1){document.write('
WRINNicole
'); } // NEW1 }