SX5KNEE2SLNVTF33VBZSKMG2W5IDGNIOB5QC3UHIZWFU7ZL4VFJQC
var node_id = 'agentarea_' + i;
// If player has already investigator in that location, continue.
var color = this.gamedatas.players[this.player_id].colorname;
if (dojo.query('.investigator_' + color, node_id).length) {
continue;
}
dojo.addClass(node_id, 'active_slot');
ehdls.push(dojo.connect($(node_id), 'onclick', this, 'onAgentAreaClicked'));