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: "Alice Williams", title: "Medical alert bracelet", description: "The bracelet scratches very easily.  I was disappointed in that.  You can&#039;t get it off. Doesn&#039;t look very nice.", overall: "0", durability:"0", features: "0", appearence:"0", buy_again:"0", rdate: "2009-01-28"};
reviews[reviews.length]= {name: "Rebecca Gomez", title: "It Can Save Lives", description: "I had the same bracelet 4 years ago. It saved my life.  I am a dialysis patient with an access on my arm.  If I didn&#039;t have my Medi-Alert bracelet then, the medical staff would have used my arm with the access to take my blood pressure or draw blood and that would have been a disaster.  I became ill at work and could not comnunicate with the nurses, but because I had on my bracelet they didn&#039;t ruin my access.  I lost that original bracelet and recently bought a new one.  I never leave home with out it.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
