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: "Marie Toth", title: "Pear Bracelet", description: "I really love the look and feel of this bracelet. Cant sleep in it, but it is so lovely - very happy with it. I wish I could find a special pearl necklace as well, not just your normal necklace, but w/gold or something in it. Buy this bracelet! ", overall: "5", durability:"3", features: "4", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
