function getinvolvedfestival() { //12 var ranNum= Math.round(Math.random() * 12); if (ranNum == 0){document.write('


'); } // 1001045 if (ranNum == 1){document.write('


'); } // 1001045 if (ranNum == 2){document.write('


'); } // 1001045 if (ranNum == 3){document.write('


'); } // 1001045 if (ranNum == 4){document.write('


'); } // 1001045 if (ranNum == 5){document.write('


'); } // 1001045 if (ranNum == 6){document.write('


'); } // 1001045 if (ranNum == 7){document.write('


'); } // 1001045 if (ranNum == 8){document.write('


'); } // 1001045 if (ranNum == 9){document.write('


'); } // 1001045 if (ranNum == 10){document.write('


'); } // 1001045 if (ranNum == 11){document.write('


'); } // 1001045 if (ranNum == 12){document.write('


'); } // 1001045 }