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: "Pat", title: "Nice!", description: "Great hoop earrings for those unable to wear pierced. Nice diameter with spring feature keeping hoops secure. Would recommend to anyone interested in a quality gold hoop who cannot wear pierced earrings. ", overall: "4", durability:"4", features: "4", appearence:"4", buy_again:"4", rdate: "2009-10-18"};
