Doubt

var bronx = {New:Boolean,York:Boolean};
for each(var kid in bronx){
    var select:uint = Math.floor(Math.random()*(("Streep").length))/2;
    trace(kid = select==1?true:false);
}
Vote up this code0