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: "Amy", title: "Was not able to return.", description: "I showed my future husband the ring and he was not happy with the color. However, I was not able to return do to the fact that I had it &quot;personalized&quot;. ", overall: "4", durability:"4", features: "5", appearence:"1", buy_again:"3", rdate: "2009-05-29"};
