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: "carl", title: "masonic ring", description: "picture is a hair different than the finished product, but after recieving the ring I was extremely satisfied and absolutely love it. I would highly recommend this ring to all fellow brothers!", overall: "5", durability:"4", features: "5", appearence:"5", buy_again:"5", rdate: "2009-08-10"};
reviews[reviews.length]= {name: "Bro. Erick", title: "Great Choice", description: "The ring looked slightly different than pictured, but still very nice. The center piece is more elevated than I thought it would be. In general, I am very pleased with the choice I made. Every time I look at it I like it more. It&#039;s not too big and not too small, just perfect. I also liked that this site does engravings and offers rings at a fair price.", overall: "5", durability:"4", features: "4", appearence:"5", buy_again:"4", rdate: "2009-05-11"};
reviews[reviews.length]= {name: "Allison", title: "Masonic Ring", description: "Good product", overall: "4", durability:"3", features: "4", appearence:"3", buy_again:"4", rdate: "2009-01-29"};
