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: "Judith Lewis", title: "Beautiful Globe!", description: "I bought this as a gift. It arrived in the time promised and is an exquisite piece.  My husband was thrilled!", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-10-05"};
reviews[reviews.length]= {name: "June Stevens", title: "WOW !!", description: "I have many globes in our home and office.This paperweight is just perfect and gets alot of attention.Customers just can&#039;t keep their hands off of this piece.Thanks for a beautiful addition to our office and a great price!! ", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
reviews[reviews.length]= {name: "Martine", title: "Great product", description: "Globe was very pretty. Bought it for my husband&#039;s desk at work and he loves it. He gets compliments all the time.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
