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: "S. Andrews", title: "Not for everyday wear.", description: "The ring is beautiful but it began to dull fairly quickly. It doesn&#039;t seem to be made for everyday wear.", overall: "4", durability:"3", features: "4", appearence:"5", buy_again:"2", rdate: "2009-01-29"};
reviews[reviews.length]= {name: "M. Yatim", title: "nice looking but not so good quality", description: "the ring looks nice, but the quality is not soo good.. its started to turn yellow around the working tools in a very short period of time.", overall: "4", durability:"3", features: "4", appearence:"4", buy_again:"2", rdate: "2009-01-28"};
