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: "Tanya", title: "it's a fine gift", description: "It&#039;s a fine gift which I gave to my daughter. It&#039;s slightly smaller than I expected and you won&#039;t really see before you come cloe to the person. But on the whole it&#039;s lovely and a nice symbol of Mother&#039;s love.", overall: "3", durability:"3", features: "3", appearence:"2", buy_again:"3", rdate: "2009-01-28"};
