function researchcompliance() { //3 var ranNum= Math.round(Math.random() * 3); if (ranNum == 0){document.write(''); } // D6646209 if (ranNum == 1){document.write(''); } // D6611205 if (ranNum == 2){document.write(''); } // dropper if (ranNum == 3){document.write(''); } // transistor }