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