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: "karianne counts", title: "earrings", description: "The earrings are beautiful and made a perfect gift for my mother-in-law", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
reviews[reviews.length]= {name: "Katy", title: "classic choice for unpierced ears", description: "Because I don&#039;t have pierced ears, I&#039;m always looking for earrings that look nice but don&#039;t fall off easily. These gold hoops are very pretty and well-made.  My only problem with them is that after wearing them for awhile they do begin to hurt a bit.  It may be that I just have chubby lobes...so if you&#039;re thinking of buying, I say go for it.", overall: "5", durability:"5", features: "4", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
