prepend : function(items)
      {
        var db = this.__items;
        for (var i=0, l=items.length, item; i<l; i++)
        {