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: "Sue in Madison, Wi", title: "Diamond studs", description: "I recently bought these studs and absolutely love them. They arrived in 3 days and they are exactly what I had been looking for. The quality is excellent and I wear them every day. I highly recommend this company. I will definitely shop here again. ", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-05-21"};
