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: "diane mullins", title: "perfect little dog charm", description: "The adorable dog charm came with an easy lobster claw.  It was not thin and cheap looking but good quality.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
reviews[reviews.length]= {name: "diane mullins", title: "cute, stylish dog charm", description: "This was just as pictured.<br />It was large and thick enough to look high quaility.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
