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: "Audrey Higgins", title: "I love it.", description: "My boyfriend got this for me a few years ago and it&#039;s by far my favorite piece of jewelry. I wear it every day, even in the shower, and it still looks like it did the say i received it. I absolutely adore it.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-08-05"};
reviews[reviews.length]= {name: "Nate", title: "Excellent", description: "Just what I was looking for.  Perfect for smaller hands.", overall: "5", durability:"4", features: "5", appearence:"5", buy_again:"4", rdate: "2009-01-28"};
reviews[reviews.length]= {name: "Rob Jacobs", title: "Wonderful Ring.", description: "Classy ring without all the glitz. My wife absolutely loved it.", overall: "5", durability:"5", features: "4", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
