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: "Beth Marr", title: "Mother's ring", description: "She is very pleased with the ring.  Everyone that she has showed it to also likes it.  ", overall: "4", durability:"4", features: "4", appearence:"4", buy_again:"4", rdate: "2009-01-28"};
reviews[reviews.length]= {name: "Annette Fowler", title: "Very happy with my purchase.", description: "The delivery time was much faster than indicated on the website and the product arrived exactly as described.  I&#039;m very pleased.", overall: "2", durability:"0", features: "0", appearence:"4", buy_again:"4", rdate: "2009-01-28"};
