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: "snc", title: "Product good,", description: "The product was as described.", overall: "5", durability:"4", features: "4", appearence:"5", buy_again:"5", rdate: "2010-01-05"};
reviews[reviews.length]= {name: "Jeny", title: "Wonderful gold cuff", description: "I had been looking all over for a cuff bracelet made of gold, and found this one with an internet search. It was an expensive item, so I was concerned I would be getting a quality product. I ordered a small without engraving, knowing that it couldn&#039;t be engraved if I would possibly return it. It was a wonderful purchase. The cuff is exactly what I wanted. It has a very solid feel and is well shaped for my wrist. In fact, I wear it 24/7 and rarely take it off. On my arm, it sits just at the wrist, below the bone, so it fits like a ring would, without a lot of slipping around. Because I write a great deal and I wear it on my right wrist, it was important it fit comfortably. I love this piece, and am so glad I purchased it. ", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-30"};
