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: "Frank F.", title: "Excellent Gift", description: "Gave this as a gift at work and it was a big hit.", overall: "5", durability:"4", features: "5", appearence:"5", buy_again:"5", rdate: "2010-01-28"};
reviews[reviews.length]= {name: "L Nolan", title: "Good quality for the Price", description: "These are of great quality for the price and nice presentation. The 3 colors are really nice. The toppers work so well that when twisting them to remove them fromt he bottle, you feel like you are twisting off the globe. They haven&#039;t broken yet. Nice gift to give to others especially those geographically inclined. Shipping was extremely quick!", overall: "5", durability:"4", features: "4", appearence:"5", buy_again:"4", rdate: "2009-01-28"};
reviews[reviews.length]= {name: "Kris S.", title: "Globe Bottle Stoppers-Set of 3", description: "Beautiful and impressive gift for that hard to buy person. In the rare event that the recipient receives this gift more than once, it only makes a more complete set!", overall: "5", durability:"4", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
