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: "dee", title: "lapis globe", description: "i have one just like it, it was a birthday gift i just love it", overall: "0", durability:"0", features: "0", appearence:"0", buy_again:"0", rdate: "2009-04-19"};
reviews[reviews.length]= {name: "Kim Miller", title: "Beautiful Glove", description: "I purchased this globe for my husband as a Christmas gift. He loves globes and I think he was very pleased with this one. He has it sitting in his office. It is very beautiful and I would highly recommend it. It is well worth the money. We traveled to Europe over the summer and I priced them over there. This is a much better deal!!", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
