function getinvolveddiversity()
{
//4
var ranNum= Math.round(Math.random() * 4);
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
}