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: "Alyssa", title: "AMAZING", description: "This is the most beautiful ring. I love it and it fits its purpose. ", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-09-07"};
reviews[reviews.length]= {name: "CAP", title: "Beautiful Purity Ring", description: "This ring is just as beautiful in person as it is in the picture. We love it!", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-08-24"};
reviews[reviews.length]= {name: "nicky", title: "i like ittt", description: "i think this is an amazingly beautiful and elegant ring and at the same time it&#039;s young so i can wear it without feeling like i always have a fourty-year old&#039;s ring on ", overall: "3", durability:"0", features: "5", appearence:"5", buy_again:"0", rdate: "2009-04-24"};
reviews[reviews.length]= {name: "Grace", title: "good for what it symbolizes", description: "liked the 14k white gold, although there were some places where the metal is rough and uneven. I still think it looked better in the picture than when you are wearing it", overall: "4", durability:"5", features: "3", appearence:"2", buy_again:"4", rdate: "2009-01-28"};
