public function removeItem(it:*):void { if(_items.indexOf(it) != -1) _items.splice(_items.indexOf(it),1); }