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: "Laura Brown", title: "Most Beautiful Ring!", description: "I looked for a long time for a ring that combined my birthstone (pearl) and my only child&#039;s birthstone (amesthyst) to make a unique mother&#039;s ring. I asked my son to purchase it for me last year for Mother&#039;s Day. It is beautiful and I get a lot of compliments. Just the right combination of a little amethyst with the beautiful pearl and I love it!", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
