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: "Larry Clark", title: "Medical Bracelet", description: "This bracelet was for my wife. She is on coumadin and wears one of the cheap bracelets you get at the drug store. I found this bracelet at Jewelbasket.com. This bracelet looked nice. I thought if my wife has to wear a medical bracelet, she should wear one that looks nice. This bracelet is a very nice piece of jewelry and well made. My wife loves it and looks very expensive on her wrist. For someone like my wife,that needs to wear a medical bracelet, this bracelet looks great.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
