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: "Claire", title: "Beautiful Ring and Good Customer Service", description: "My boyfriend got me this ring for our 3 year anniversary. The stone is beautiful. It fell out of the ring within 15 days of owning it, however they were very kind and refit the stone for me and it is clearly in for good this time! The 3/5 stars are for the ring when I first got it now I would give it 5/5. I recommend you take it to a jeweler to make sure it is in there nice and safe.", overall: "4", durability:"3", features: "5", appearence:"5", buy_again:"3", rdate: "2009-11-24"};
