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: "Debbie Garland", title: "14kt Yellow Gold Charm Bracelet", description: "Perfect. Just the bracelet I was looking for. Should last for years", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-02-01"};
reviews[reviews.length]= {name: "DAVE", title: "VERY NICE", description: "BOUGHT THIS CHARM BRACELET FOR MY WIFE FOR CHRISTMAS AND SHE LOVED IT. GREAT QUALITY! SHOLD LAST FOR YEARS.HIGHLY RCMND.", overall: "0", durability:"0", features: "0", appearence:"0", buy_again:"0", rdate: "2009-01-29"};
reviews[reviews.length]= {name: "George Farley", title: "14kt. Yellow Gold 3 Link Charm Bracelet", description: "This charm bracelet is immaculately crafted and looks very pricey.  The clasp is durable, secure and easily put attached.  My wife is extremely pleased with it.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
