var
para=app.activeDocument.textFrames[0].paragraphs[0];
text=para.insertionPoints.itemByRange(1,8).getElements();
alert(text);