function espanolhome() { //3 var ranNum= Math.round(Math.random() * 3); if (ranNum == 0){document.write(' '); } // camberio if (ranNum == 1){document.write(''); } // couvillier if (ranNum == 2){document.write(''); } // gallegos if (ranNum == 3){document.write(''); } // silva }