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: "Vicky M.", title: "Beautiful chain", description: "The weight and length of this chain were perfect for a white gold cross I gave as a gift.  ", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
reviews[reviews.length]= {name: "VM", title: "Great value", description: "", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
reviews[reviews.length]= {name: "Ms. Johnson", title: "Paper thin, papre light!", description: "What I didn&#039;t see on the web page was the thinness of the individual chain. It super thin, and broke right away.", overall: "2", durability:"1", features: "1", appearence:"3", buy_again:"1", rdate: "2009-01-28"};
