function recreationhome() { //6 var ranNum= Math.round(Math.random() * 6); if (ranNum == 0){document.write('
'); } // 01 if (ranNum == 1){document.write('
'); } // 02 if (ranNum == 2){document.write('
'); } // 03 if (ranNum == 3){document.write('
'); } // 04 if (ranNum == 4){document.write('
'); } // 05 if (ranNum == 5){document.write('
'); } // 06 if (ranNum == 6){document.write('
'); } // 07 }