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: "Gwen", title: "Unique Charm", description: "This is a unique charm of Belle from Beauty &amp; the Beast; however it is not easily recognized as being from that production.  If she held a rose in her hand there would be no doubt.  ", overall: "4", durability:"4", features: "3", appearence:"4", buy_again:"4", rdate: "2009-02-15"};
