var review_map = new Array();
review_map['appearence'] = 'Appearance';
review_map['buy_again'] = 'Quality';
review_map['durability'] = 'Durability';
review_map['features'] = 'Features';
var reviews = new Array();
reviews[reviews.length]= {name: "Maury Hoover", title: "Lovely ring", description: "Our only criticism is that the band is very thin. Otherwise, the ring is lovely. It was a gift for our daughter. She was very pleasantly surprised and has worn the ring daily  since Christmas. ", overall: "4", durability:"3", features: "4", appearence:"4", buy_again:"4", rdate: "2009-01-28"};
