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 A. Williams", title: "14KGold Diamond Caduceus/Medical Charm", description: "Love it!  Exactly what I wanted.", overall: "0", durability:"0", features: "0", appearence:"0", buy_again:"0", rdate: "2009-01-28"};
reviews[reviews.length]= {name: "Chris Radi", title: "Beautiful!", description: "I purchased this item for my daughter when she graduated from medical school. It is lovely ... catches the light beautifully<br /> ... and she wears it constantly. I could not be more pleased.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
reviews[reviews.length]= {name: "Damian Marlowe", title: "Good Value", description: "The charm was smaller than I expected; however, it was an extremely good value for the price.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"4", rdate: "2009-01-28"};
