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: "Jackie Aman", title: "Beautiful Wedding Band", description: "I am very pleased with my rose gold weeding band.  I have gotten several compliment on the unique color and I believe the size and quality of the ring are well represented on tne jewel basket website.", overall: "5", durability:"4", features: "4", appearence:"5", buy_again:"4", rdate: "2009-05-02"};
