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: "Tasha", title: "the foot toe ring", description: "very unique it feels comfortable good value so far so good!It was a gift for Mother&#039;s Day!", overall: "5", durability:"4", features: "4", appearence:"5", buy_again:"4", rdate: "2009-05-15"};
reviews[reviews.length]= {name: "Lynette", title: "2 Feet Toe Ring", description: "This toe ring is comfortable and very pretty I purchased this<br />toe ring because of it&#039;s uniqueness.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
