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: "Peggy", title: "Lovely!", description: "I bought three of these adorable bracelets and had them engraved for my grand-daughters. I received them promptly, they were engraved beautifully and they seem very quality. Nice weight for young children.", overall: "4", durability:"0", features: "5", appearence:"5", buy_again:"5", rdate: "2009-04-30"};
