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: "Chas Fleischman", title: "silver cuff bracelet", description: "This is a special, unadorned sterling silver<br />bracelet--It has thickness and that silvery shine--I love it, and wear it even though most men don&#039;t wear such things--I DO", overall: "5", durability:"5", features: "3", appearence:"5", buy_again:"5", rdate: "2009-10-08"};
