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: "Daniel Escalon", title: "NOT WHAT IT SEEMS", description: "My wife loved the product but was disappointed in the size and color. The color was not as pink like the picture.", overall: "4", durability:"5", features: "3", appearence:"2", buy_again:"5", rdate: "2009-01-28"};
