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: "Lynn", title: "very happy with this ring", description: "I received this ring quickly after ordering.  I am impressed with the quality and looks of the ring.  It is everything I was looking for at a reasonable price.", overall: "5", durability:"4", features: "5", appearence:"5", buy_again:"5", rdate: "2009-10-21"};
