xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx">
import mx.collections.ArrayCollection;
[Bindable]
private var initDG:ArrayCollection = new ArrayCollection([
{Artist:'Pavement', Album:'Slanted and Enchanted',Price:11.99, Cover:'a.jpg'},
{Artist:'Pavement', Album:'Brighten the Corners',Price:11.99, Cover:'a.jpg'}
]);