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: "Richard Dean", title: "Clock review", description: "We give this as an employee appreciation to the ones who have achieved 25 years of service with our company. They are really nice looking mantle clock, that add a little class to the decor. These clocks were $50 more expensive on all other web sites I looked at. We are happy with the value we received from Jewelbasket.", overall: "5", durability:"4", features: "5", appearence:"4", buy_again:"4", rdate: "2009-01-28"};
