arr1 = []; arr1[0] = {obj1:[]}; link = arr1[0].obj1[0] = []; link["obj"] = {d:"aaaa"}; trace(arr1[0].obj1[0]["obj"].d)