Formatting an array to include eol

I have successfully added the ability to add multiple events to my XML Calendar. However, the array lists without a break after each item. How do you insert a break after each item within action script? Thanks…

var objXML = itemsNode_xml.childNodes;
for (i in objXML) _root[mc].label += objXML*;