var review_map = new Array();
review_map['appearence'] = 'Performance';
review_map['buy_again'] = 'Would You buy this product Again?';
review_map['durability'] = 'Price';
review_map['features'] = 'Features';
var reviews = new Array();
reviews[reviews.length]= {name: "Usagi", title: "Amazing", description: "These headphones are the best on the market and probably will be for some time. For those of you who like to rock out with Metallica or drop some beats with Lil Wayne these ar the headphones for you!!!", overall: "3", durability:"2", features: "4", appearence:"5", buy_again:"1", rdate: "2008-10-24"};
