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: "XYZ", title: "It is white gold", description: "I ordered it assuming it as yellow gold from the title that comes in the cart items but it is a white gold chain and pendant which i didnt like.", overall: "4", durability:"5", features: "5", appearence:"0", buy_again:"5", rdate: "2009-01-28"};
