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: "Cynthia Sholanke", title: "Rose Gold Bangles", description: "Good appearance,but very fragile.", overall: "5", durability:"3", features: "5", appearence:"5", buy_again:"4", rdate: "2009-01-28"};
reviews[reviews.length]= {name: "Teri M.", title: "It's beautiful but buyer beware!", description: "The item was super easy to buy.  I ordered it on Dec 17th and it arrived on Dec 22nd, I was very impressed at how quick it was delivered to me.  It appears as though the bracelet is hallow and, on the first wear, the bracelet kinked.  ", overall: "3", durability:"1", features: "4", appearence:"5", buy_again:"1", rdate: "2009-01-28"};
