organizer
organizer = {
};
organizer.MagicCard = function(id, power, element) { this.id = id; this.power = power; this.element = element;
};