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: "Ginny Johnson", title: "Gemstone Globe", description: "This is a beautiful addition to anyone&#039;s desktop or bookshelf.  I ordered one for a friend&#039;s birthday:  I already own one that the same friend has admired for some time.  I&#039;m sure she will treasure it as I do mine.  The quality and workmanship is superb:  it is absolutely beautiful.  Was delighted with the price and expected to have to pay much more! ", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
reviews[reviews.length]= {name: "Ashley Weekly", title: "Gem globe", description: "", overall: "5", durability:"5", features: "4", appearence:"5", buy_again:"4", rdate: "2009-01-28"};
