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: "m.thomas", title: "Happy first time buyer", description: "Found what i wanted from Jewelbasket and Bing. Happy with price and service.", overall: "4", durability:"3", features: "4", appearence:"5", buy_again:"4", rdate: "2009-08-28"};
reviews[reviews.length]= {name: "Pat Bergeman", title: "Beautiful Frame!", description: "I ordered a sterling silver frame to give as a birthday gift to a 90 yr. old woman. The engraving looks wonderful and the gift will be cherished for sure! Thank you JewelBasket!", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-06-26"};
