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: "Jessica Sanchez", title: "Love this thing!", description: "The travel sized jewelry wallet is very useful for your little knicknaks but also very useful for your jewelry!  I love it!  It fits all of my earrings,rings, bracelets, neckalaces andmore!  And it is not bulky at all when you close it.  Great find!", overall: "5", durability:"4", features: "4", appearence:"5", buy_again:"5", rdate: "2009-05-18"};
