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: "James", title: "14 K", description: "Fantastic Gold", overall: "4", durability:"4", features: "4", appearence:"4", buy_again:"4", rdate: "2009-03-24"};
reviews[reviews.length]= {name: "Sam", title: "Perfect", description: "Good Product", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-02-13"};
reviews[reviews.length]= {name: "Yves Calizaire", title: "14k Gold Anklets", description: "The bracelet was exactly what I ordered. I am happy with the product.", overall: "5", durability:"5", features: "4", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
