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: "Janel", title: "Clips don't clip!", description: "These earrings looked great, but had to be returned because they would not stay on. There was not enough tension in the clip to keep them tight.", overall: "4", durability:"4", features: "2", appearence:"5", buy_again:"4", rdate: "2009-01-30"};
reviews[reviews.length]= {name: "P. Tracewell", title: "A GOOD BUY", description: "I&#039;m very pleased, with this purchase.  I have found the earrings to be of good quality, comfortable to wear, and I had them the next day. ", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
