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: "mary", title: "Beautiful piece!", description: "This gift was well receive!  It&#039;s sturdy yet elegant and the diamonds definitely glitter.  The only disappointment was the packaging - it came wrapped in tissue in a plastic bag!  Hardly the way to display such a beautiful piece of jewellery.  Well worth the price.  ", overall: "5", durability:"4", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
