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: "Tim", title: "My Take", description: "I recently bought the earings for my mother;therefore, I cannot comment on durability. However, they appear well made and I would not hesitate at this point to make another purchase from jewelbasket.", overall: "5", durability:"4", features: "5", appearence:"5", buy_again:"4", rdate: "2010-01-03"};
reviews[reviews.length]= {name: "Kathleen", title: "love 'em", description: "These are classy, well-made and go with all silver necklaces... couldn&#039;t ask for more.", overall: "4", durability:"5", features: "0", appearence:"5", buy_again:"5", rdate: "2009-01-29"};
