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: "Stish", title: "Claddagh Ring", description: "I bought this ring for my daughtr&#039;s 17 bday. She absolutely loved it and it was the only one like it I could find on the internet", overall: "5", durability:"4", features: "5", appearence:"5", buy_again:"4", rdate: "2009-01-28"};
