function BuildJeweleryCheapCard(id) {
    this.Inherits(BuildJeweleryCard,id,300,2,[ {ht:[5,8], pro:30}, {ht:[9,10], pro:10} ], 0);
}