var phraseCount = 0;
phraseCount = 22;
var phrases = new Array(phraseCount);
phrases[0] = "<p>Health is a state of complete physical, mental and social well-being and not merely the absence of disease or infirmity.</p><a href=\"introduction-genderasadeterminantofhealth-Shayna-01.jsp\" class=\"learnMore\">Learn More</a>";
phrases[1] = "<p>'If you know that the difference is 100% biological it’s a sex difference. Everything else must be considered a gender difference.'</p><a href=\"introduction-genderasadeterminantofhealth-Shayna-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[2] = "<p>Women are 20% less likely than men to enrol in cardiac rehab programmes.</p><a href=\"introduction-butdoesitreallymatter-Shayna-01.jsp\" class=\"learnMore\">Learn More</a>";
phrases[3] = "<p>Men and women currently undergo the same investigations to diagnose lung cancer, despite being diagnosed with different histological types.</p><a href=\"introduction-butdoesitreallymatter-Shayna-01.jsp\" class=\"learnMore\">Learn More</a>";
phrases[4] = "<p>Gay men are six times more likely and lesbians are twice as likely as their heterosexual counterparts to attempt suicide.</p><a href=\"introduction-butdoesitreallymatter-Shayna-01.jsp\" class=\"learnMore\">Learn More</a>";
phrases[5] = "<p>Medical students must learn to recognize and appropriately address gender</p><a href=\"introduction-butdoesitreallymatter-Shayna-04.jsp\" class=\"learnMore\">Learn More</a>";
phrases[6] = "<p>GENDER IS ON THE EXAM!</p><a href=\"introduction-butdoesitreallymatter-Shayna-04.jsp\" class=\"learnMore\">Learn More</a>";
phrases[7] = "<p>Our own assumptions and biases shape the way we approach patients, a gender perspective of clinical practice acknowledges the way in which the sex and gender of the patient impacts on clinical testing, diagnostics, treatment and outcomes. </p><a href=\"introduction-butdoesitreallymatter-Shayna-06.jsp\" class=\"learnMore\">Learn More</a>";
phrases[8] = "<p>A gender perspective of research acknowledges the clinical consequences of gender blind medical research and the resulting medical evidence. </p><a href=\"introduction-butdoesitreallymatter-Shayna-06.jsp\" class=\"learnMore\">Learn More</a>";
phrases[9] = "<p>Gender plays a role in our professional relationships, a gender perspective of medical practice acknowledges the ways in which the sex or gender of the provider impacts on the health care encounter. </p><a href=\"introduction-butdoesitreallymatter-Shayna-06.jsp\" class=\"learnMore\">Learn More</a>";
phrases[10] = "<p>If we, as physicians, are expected to work and learn with all members of the health care team, including patients and families, then we need to understand how we learn and work with others.  </p><a href=\"introduction-butdoesitreallymatter-Shayna-06.jsp\" class=\"learnMore\">Learn More</a>";
phrases[11] = "<p>In medicine, like other areas of academia, the number of women who are full professors or department chairs remains small despite increasing numbers of women entering academic life and working in sessional or junior positions. In fact, the percentage of faculty who were women in 1921 was 15, it is now 18% - increasing enrolment has not resulted in increasing advancement.</p><a href=\"introduction-butdoesitreallymatter-Shayna-06.jsp\" class=\"learnMore\">Learn More</a>";
phrases[12] = "<p>Men’s and women’s different social roles affect their health differently and health advocacy demands an understanding of the social, economic and gender influences on a person’s health. </p><a href=\"introduction-butdoesitreallymatter-Shayna-06.jsp\" class=\"learnMore\">Learn More</a>";
phrases[13] = "<p>Gender is a determinant of health, and to provide expert, evidence-based care that is truly patient-centred we need to act on this</p><a href=\"introduction-butdoesitreallymatter-Shayna-06.jsp\" class=\"learnMore\">Learn More</a>";
phrases[14] = "<p>In today’s fast-growing and changing, complex world, medicine, like other disciplines, needs a better understanding of  “otherness” or “the other.”</p><a href=\"introduction-understandingdifference-humanities.jsp\" class=\"learnMore\">Learn More</a>";
phrases[15] = "<p>While it is practised by specialists, medicine concerns all human beings, and individuals are increasingly concerned to take agency in negotiating the terms of their own physical and mental health or well-being.</p><a href=\"introduction-understandingdifference-humanities.jsp\" class=\"learnMore\">Learn More</a>";
phrases[16] = "<p>where the grand narratives lose their persuasiveness, individual memories gain importance</p><a href=\"introduction-understandingdifference-humanities.jsp\" class=\"learnMore\">Learn More</a>";
phrases[17] = "<p>diversity and difference impact and inform every established and specialized field of intellectual knowledge</p><a href=\"introduction-understandingdifference-humanities.jsp\" class=\"learnMore\">Learn More</a>";
phrases[18] = "<p>The faculty and students must demonstrate an understanding of the manner in which people of diverse cultures and belief systems perceive health and illness and respond to various symptoms, diseases, and treatments.</p><a href=\"introduction-understandingdifference-medicine.jsp\" class=\"learnMore\">Learn More</a>";
phrases[19] = "<p>Medical students must learn to recognize and appropriately address gender and cultural biases in themselves and others, and in the process of health care delivery</p><a href=\"introduction-understandingdifference-medicine.jsp\" class=\"learnMore\">Learn More</a>";
phrases[20] = "<p>Cultural competence will include a knowledge of other cultures but more importantly, it implies that one is aware of ONE’S OWN biases and prejudices.</p><a href=\"introduction-understandingdifference-medicine.jsp\" class=\"learnMore\">Learn More</a>";
phrases[21] = "<p>the acknowledgement and thoughtful consideration of difference is a fundamental component of doctor education and professional development</p><a href=\"introduction-understandingdifference-takingdifferenceintoaccount.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';   }
}

