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: "Cristina B.", title: "Great little Item", description: "This ring is perfect if you want a small wedding band, very minimal, very cute, and the color is different so that was a + for me as well.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-05-02"};
reviews[reviews.length]= {name: "amy steele", title: "rose gold 2mm ring review", description: "this is a beautiful simple ring. great for a wedding band. a very beautiful and unique metal that everyone will compliment you on", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
