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: "Dustin, Dallas, TX", title: "great fm reception", description: "Bought this to go with my new 640av2. Sounds great and gets all of my favorite fm stations. Never had a problem!", overall: "5", durability:"4", features: "4", appearence:"5", buy_again:"5", rdate: "2008-07-25"};
