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: "N. Miller", title: "Great Adjustable Necklace", description: "I received this necklace almost a month ago and I love it! Adjusting the length is so easy and it really allows you to wear it with so many different clothes. It is a well made necklace. In fact, I am going to order it in yellow gold also.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-12-18"};
