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: "Nick", title: "Good Ring", description: "I bought this ring for my girlfriend as a promise ring. She has had it over 6 months, and the color of the metal and the stone has not changed. She has washed her hands with it countless times and nothing has stained it. If you like the design then it is a good choice. I would give it a 4.5 on a 5 scale. It is a good choice.", overall: "5", durability:"5", features: "4", appearence:"4", buy_again:"5", rdate: "2009-01-30"};
reviews[reviews.length]= {name: "Shaun McFall", title: "Great gift", description: "This made for a great gift to my girlfriend. She loved it. The diamond is very quaint and not terribly flashy, and the ring design is very beautiful.", overall: "5", durability:"5", features: "3", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
