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: "Sharon", title: "Absolutely Beautiful!", description: "This anklet is breathtakingly beautiful without being gawdy.  Detail is outstanding, finest quality for sure!!  I would love to have it in white gold also!", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
reviews[reviews.length]= {name: "Yovanoca Brooks", title: "Beautiful Anklet", description: "I love this anklet.  I have gotten a lot of compliments regarding it.  It just wasn&#039;t as durable as other anklets that I have owned.", overall: "5", durability:"3", features: "5", appearence:"5", buy_again:"4", rdate: "2009-01-28"};
