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: "Joyce", title: "Perfect Mother's Pendant", description: "I purchased this for my daughter as a gift for her from her two children.  She was really pleased with its simplicity and elegance--not flashy like some other mother&#039;s pendants--just perfect.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-02-02"};
