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: "Jan VanLoom", title: "heart necklace", description: "The heart is pretty much like I thought, the chain looked much stronger in the picture. I was somewhat disappointed with the necklace. ", overall: "3", durability:"2", features: "2", appearence:"3", buy_again:"2", rdate: "2009-05-24"};
