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: "Mrs Jade Kidby", title: "14k gold hoop earrings", description: "very pleased with the earrings, they look so lovely on my daughter of 17 months! i love the pretty flower pattern on them as u cannot get anything like that in the uk, so are very unique!", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-04-30"};
