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: "Remco K.", title: "Perfect gift", description: "This globe looks just amazing. Its the perfect gift.", overall: "5", durability:"5", features: "3", appearence:"5", buy_again:"4", rdate: "2009-01-28"};
reviews[reviews.length]= {name: "Ann M. Picchi", title: "Mother of Pearl 9" Globe", description: "I gave this gift as a Christmas present.  The recipient was very pleased with it as he had seen one in Las Vegas 2 years ago.  It was exactly what he wanted.  I was pleased with it also as it was exactly as described and came in excellent condition. It was very well protected for shipping.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
