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: "livoman", title: "Lovely though slightly flawed", description: "The pendant is a unique and beautiful piece of jewelry, however, a seed pearl fell off the first time it was worn.However,a jeweler fixed it for a reasonable price. Despite the flaw, my wife loved it.", overall: "4", durability:"2", features: "5", appearence:"5", buy_again:"3", rdate: "2009-01-28"};
