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: "Pam D.", title: "White Gold Chain", description: "Beautiful chain, with a great price point.  Hard to find length.<br />Good customer service with fast shipping.<br />", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-29"};
reviews[reviews.length]= {name: "Christine PEtty", title: "Very Reasonably Priced", description: "I bought this chain because I needed something delicate to show off a pendant I received as a fift. Unfortunately -- it was a little too delicate, and I did end up snapping it. It was worth the price though, I love the chain, it&#039;s easy to close for as small as it is, and I&#039;m going to have it fixed. It&#039;s the perfect size for a small pendant.", overall: "4", durability:"2", features: "5", appearence:"5", buy_again:"3", rdate: "2009-01-28"};
