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: "T. Garthea", title: "Beautiful Earrings but blue topaz is too light...", description: "These earrings are absolutely gorgeous.  They are exactly as they appear in the picture except for the color of the blue topaz, they are a very light blue, they look like aquamarines.  The earrings are still beautiful, but if you&#039;re looking for a true swiss blue topaz, these are not that color.", overall: "4", durability:"4", features: "5", appearence:"3", buy_again:"4", rdate: "2009-02-03"};
