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: "Marita Harper", title: "Men's Oval Signet Ring", description: "The ring itself is beautiful; well worth the $$$. ", overall: "5", durability:"5", features: "3", appearence:"4", buy_again:"5", rdate: "2009-10-07"};
reviews[reviews.length]= {name: "dorothy fogarty", title: "gold signet ring", description: "the ring is beautiful, and a great value.  the engraving however was machine done and not to our liking.  i took it to my local jeweler and had it erased and hand engraved.  do not hesitate to buy this ring, but if you want areal qulaity look have it hand engraved yourself.  i did not pay that much more to have it done compared to the machine engraving fee i paid here.", overall: "5", durability:"4", features: "4", appearence:"5", buy_again:"4", rdate: "2009-01-28"};
