for (index = 0; index < cards.length; index++) {
                        if (Dom.getAttribute(cards[index], 'id') === cardId) {
                            break;
                        }
                    }