function midtown() { //2 var ranNum= Math.round(Math.random() * 2); if (ranNum == 0){document.write('
'); } // D6521201 if (ranNum == 1){document.write('
'); } // D6574305 if (ranNum == 2){document.write('
'); } // D6578717 }