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: "J. Sewall", title: "Quite stunning!", description: "This cross is so well-made and beautiful, I get many compliments every time I wear it-- mainly to church. I had my jeweler adjust the opening for my 24&quot; gold chain, and they were amazed at the quality--stunned, actually.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
