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: "Tom", title: "Cameo Ring", description: "The ring is beautiful and elegant.  The colors are perfect.  It is nicer than the one my mother bought in Italy!", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
reviews[reviews.length]= {name: "Dennis", title: "cameo ring;", description: "bought this ring as christmas present- wife loves it ", overall: "4", durability:"4", features: "5", appearence:"4", buy_again:"3", rdate: "2009-01-28"};
