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: "JoJo", title: "Wife loved it", description: "Exactly what I wanted and a better price than any area jewelers", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-08-13"};
reviews[reviews.length]= {name: "Julie", title: "Satisfied Customer", description: "great service, speedy delivery, and great deal! Would do business with this company again!", overall: "3", durability:"0", features: "0", appearence:"5", buy_again:"5", rdate: "2009-02-02"};
reviews[reviews.length]= {name: "chris", title: "Exactly what i wanted", description: "great product...got what i ordered no problems", overall: "5", durability:"5", features: "4", appearence:"5", buy_again:"5", rdate: "2009-01-29"};
