var item=app.activeDocument.pageItems[0]; alert(item.name); item.name="Adobe Illustrator Sample"; alert(item.name);