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: "Cheryl", title: "Gold Bracelet", description: "The bracelet was a high quality made product and weared very well with only a few scratches. The gold has a nice luster and the lobster claw is great!", overall: "5", durability:"4", features: "5", appearence:"4", buy_again:"5", rdate: "2009-01-28"};
