var phraseCount = 0;
phraseCount = 14;
var phrases = new Array(phraseCount);
phrases[0] = "<p>Injury is the 5th leading cause of death overall in Canada  and the leading cause of death in the age group 1 to 37 years .</p><a href=\"trauma-introduction.jsp\" class=\"learnMore\">Learn More</a>";
phrases[1] = "<p>Seven of the fifteen major causes of death worldwide for men 15-44 years are related to injury .</p><a href=\"trauma-introduction.jsp\" class=\"learnMore\">Learn More</a>";
phrases[2] = "<p>For Canadians, the estimated total annual cost of unintentional injuries is calculated at $8.7 billion or $300 per citizen.</p><a href=\"trauma-epidemiology-of-injury-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[3] = "<p>The cost of injuries still disproportionately affects males</p><a href=\"trauma-epidemiology-of-injury-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[4] = "<p>boys are 70% more likely than girls to die from injuries</p><a href=\"trauma-epidemiology-of-injury-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[5] = "<p>The close link between trauma care and the military speaks to the gendered nature of our knowledge and history.  </p><a href=\"trauma-historical-perspective-01.jsp\" class=\"learnMore\">Learn More</a>";
phrases[6] = "<p> The sex of the victims of trauma; however, continues to be predominantly male</p><a href=\"trauma-historical-perspective-07.jsp\" class=\"learnMore\">Learn More</a>";
phrases[7] = "<p>It is important to recognize the differences in both biology(sex) and socialization(gender) that may contribute to injury.</p><a href=\"trauma-injury-and-prevention-04.jsp\" class=\"learnMore\">Learn More</a>";
phrases[8] = "<p>women who have experienced abuse are known to use health services at rates higher than do women who have not been abused</p><a href=\"trauma-domesticviolence.jsp\" class=\"learnMore\">Learn More</a>";
phrases[9] = "<p>Around the world, the victims and perpetrators of violence are predominantly male.</p><a href=\"trauma-public-health-approach-02.jsp\" class=\"learnMore\">Learn More</a>";
phrases[10] = "<p>More than 540 adolescents and young adults die every day as a result of interpersonal violence: more than 20 deaths each hour.</p><a href=\"trauma-public-health-approach-02.jsp\" class=\"learnMore\">Learn More</a>";
phrases[11] = "<p>94% of gang members are males </p><a href=\"trauma-public-health-approach-02.jsp\" class=\"learnMore\">Learn More</a>";
phrases[12] = "<p>Injury statistics confirm the significant risks to health that men face as a result of socialization and learned gender roles.</p><a href=\"trauma-conclusions.jsp\" class=\"learnMore\">Learn More</a>";
phrases[13] = "<p>we can advocate for gender equity as a means to improve health</p><a href=\"trauma-conclusions.jsp\" class=\"learnMore\">Learn More</a>";
function didyouknow() {
   if (phraseCount > 0) {
      var pIndex = Math.floor(Math.random()*phraseCount);
      document.write(phrases[pIndex]);
   } else {
      document.write('No phrases found for didyouknow file.');
		document.getElementById('didyouknow-title').style.display='none';		document.getElementById('didyouknow-info').style.display='none';   }
}

