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: "Karen", title: "14K White Gold Pendant with Pink Sapphire and a Diamond 0.04ct.", description: "This pendant is very beautiful and a good quality but the pink stones are quite small so the overall appearance is not as good as the matching earrings.", overall: "5", durability:"5", features: "5", appearence:"3", buy_again:"5", rdate: "2009-12-30"};
