function rwc() { //7 var ranNum= Math.round(Math.random() * 7); if (ranNum == 0){document.write(''); } // rotate1 if (ranNum == 1){document.write(''); } // rotate2 if (ranNum == 2){document.write(''); } // rotate3 if (ranNum == 3){document.write(''); } // rotate4 if (ranNum == 4){document.write(''); } // rotate5 if (ranNum == 5){document.write(''); } // rotate6 if (ranNum == 6){document.write(''); } // rotate7 if (ranNum == 7){document.write(''); } // rotate8 }