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: "A.T.", title: "two tone sparkle chain", description: "very satisfied. rec&#039;d many compliments on the chain!", overall: "5", durability:"4", features: "4", appearence:"5", buy_again:"4", rdate: "2010-01-05"};
reviews[reviews.length]= {name: "L. Yonemura", title: "Lovely versatile chain", description: "Since I primarily wear white and rose gold, the chain goes well with most of my jewelry and is perfect to wear with several of my pendants.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"4", rdate: "2009-01-28"};
