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: "J.Colon", title: "Nice ring", description: "I bought it as my son Christmas gift and have to admit that this ring looks great.", overall: "5", durability:"4", features: "5", appearence:"5", buy_again:"5", rdate: "2010-01-03"};
reviews[reviews.length]= {name: "dakota barnett", title: "i give this ring two thumbs up", description: "i give this ring two thumbs up. i mean its a pretty cool ring i love that it has jesus&#039; name", overall: "4", durability:"0", features: "5", appearence:"5", buy_again:"5", rdate: "2009-02-05"};
reviews[reviews.length]= {name: "dakota barnett", title: "i give this ring two thumbs u", description: "i give this ring two thumbs up. i think that this ring is pretty cool because it has jesus&#039; name", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-02-05"};
