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: "Carol", title: "Awesome product, great service", description: "The ring is just as shown, but the picture doesn&#039;t do it justice.  My daughter absolutely loves it!  The offer of one free exchange if it doesn&#039;t fit was an added bonus.", overall: "4", durability:"0", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-29"};
reviews[reviews.length]= {name: "Shana", title: "excellent", description: "This ring is beautiful my daughter loves it!", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
reviews[reviews.length]= {name: "P", title: "Nice Ring", description: "Got this ring for our 11 year old, and it is a perfect fit - just wish it had some literature on a purity ring to give to her as a guide, and to explain what it means....", overall: "5", durability:"4", features: "4", appearence:"5", buy_again:"4", rdate: "2009-01-28"};
reviews[reviews.length]= {name: "P", title: "Nice Ring", description: "Got this ring for our 11 year old, and it is a perfect fit - just wish it had some literature on a purity ring to give to her as a guide, and to explain what it means....", overall: "5", durability:"4", features: "4", appearence:"5", buy_again:"4", rdate: "2009-01-28"};
