function topleft() { //3 var ranNum= Math.round(Math.random() * 3); if (ranNum == 0){document.write('ident'); } // jpop if (ranNum == 1){document.write(' ident'); } // cosp if (ranNum == 2){document.write(' ident'); } // food if (ranNum == 3){document.write(' ident'); } // martial }