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: "JD", title: "Fit for a princess", description: "These little earrings are just darling and are the perfect accessory for any little girl who loves pink.<br /><br />The size is just right for little ears; they do not overwhelm the child.  The   quality of the hinge is wonderful and once retired from use can be passed down to the next little princess.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-29"};
