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: "PAT MINNIS", title: "GORGEOUS", description: "This globe is beautiful and very elegant looking. It is well worth the price. ", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-04-30"};
reviews[reviews.length]= {name: "Yulia", title: "Excellent Product", description: "The globe is much more beautiful in real life and absolutely worth the money. It was delivered on time and in great condition.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-29"};
