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: "Melba Thomas", title: "Baby Cups", description: "The little cups were really beautiful. And i received them so fast. Thanks so much. ", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-12-18"};
reviews[reviews.length]= {name: "DHB", title: "Baby Gift", description: "The whole process of ordering and sending this gift to my recipient was excellent and in a timely manner.  Thank you very much!!", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
