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: "Joyces", title: "14K Rope Chain diamond cut", description: "I bought it I paid for it. It is two small for a man. I will be more in to sizes for a man next time..It is a beautiful chain", overall: "3", durability:"3", features: "2", appearence:"2", buy_again:"2", rdate: "2009-01-28"};
reviews[reviews.length]= {name: "Dawn Doyle", title: "Great", description: "My husband loved it! Great quality!", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
