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: "NaKia", title: "Love", description: "Rashad Loves NaKia", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-02-10"};
reviews[reviews.length]= {name: "Jamie Inman", title: "My Girlfriend Really Loves it!", description: "When I showed it to my girlfriend and placed it on her wedding finger, she was happy, amazed, and excited. She really loves it. Thank you Jewel Basket!", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
