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: "Jane Wright", title: "Beautiful and Feminine", description: "I purchased this ring for my daughter&#039;s 20th birthday. It is exquisite and perfect for a young lady&#039;s jewelry collection. Beautiful pearl, sapphires, and sparkly diamonds.", overall: "3", durability:"0", features: "0", appearence:"5", buy_again:"5", rdate: "2009-02-02"};
