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: "Michelle", title: "Silver safety pin", description: "This pin does not look as good as it did in picture. I was not satisfied with the high price.", overall: "3", durability:"3", features: "3", appearence:"3", buy_again:"3", rdate: "2009-01-28"};
