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: "Patrica Quinn", title: "14 K Yellow Gold Shell Bracelet", description: "Beach jewelry is great to have during spring and summer seasons! The detail and gold quality are a fantastic bargain!", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
reviews[reviews.length]= {name: "Patricia Quinn", title: "14 K Gold Sea Shell Bracelet", description: "I love the beach and beach jewelry. The design and gold quality are excellent!", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
