for (var i:uint = 0; i < ids.length(); i++) { _text.htmlText += '<a href = "event:' + i + '">' + ids[i].name + '</a>\n' + ids[i].date }