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: "Penny Pyle", title: "Medical Bracelet", description: "Good product", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2010-01-12"};
reviews[reviews.length]= {name: "Bob E.", title: "Very nice", description: "I ordered this bracelet, and as the other review says, it does look just like the picture. One minor problem, when I initially received it, the engraving was on the inside instead of the outside. I contacted jewelbasket, they had me return it and they re-engraved it on the outside, and sent it back to me in a very short period of time. Overall, if you think you might want to purchase this, I would highly recommend it.", overall: "5", durability:"4", features: "5", appearence:"5", buy_again:"5", rdate: "2009-10-15"};
reviews[reviews.length]= {name: "Pam J", title: "medical ID bracelet", description: "It looks just like th picture. I love it. I&#039;ve gotten so many compliments on it.  This was my first purchase and I would buy from them again and recommend them to others.", overall: "5", durability:"4", features: "5", appearence:"5", buy_again:"4", rdate: "2009-05-24"};
