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: " Michelle", title: "Perfect!", description: "I bought both the cufflinks and the tie tack as a gift for my best friend and he loved them.  They look great and have a nice weight to them!  ", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2010-01-28"};
reviews[reviews.length]= {name: "Laura", title: "Masonic Cufflinks", description: "Very nice, classy cufflinks.  Sturdy and look great with the tuxedo.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
reviews[reviews.length]= {name: "Laura", title: "Masonic Cufflinks", description: "Great gift!  Look fantastic with tux.  Sturdy and attractive.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
