var phraseCount = 0;
phraseCount = 12;
var phrases = new Array(phraseCount);
phrases[0] = "<p>Major depression is now the leading cause of disability globally and ranks fourth in the ten leading causes of the global burden of disease. Women are diagnosed with depression twice as frequently as men, for a variety of reasons.</p><a href=\"depression-introduction-and-case-01.jsp\" class=\"learnMore\">Learn More</a>";
phrases[1] = "<p>The purpose of this module is to learn how to identify the factors that can predispose both men and women to developing depression, and to explore why men and women seem to experience depression differently.</p><a href=\"depression-introduction-and-case-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[2] = "<p>10% of mothers develop post partum depression</p><a href=\"depression-definitions-and-historical-04.jsp\" class=\"learnMore\">Learn More</a>";
phrases[3] = "<p>There is new evidence that men can also suffer from post partum depression</p><a href=\"depression-definitions-and-historical-04.jsp\" class=\"learnMore\">Learn More</a>";
phrases[4] = "<p>Plato and his followers described the uterus as an animal endowed with spontaneous sensation and motion, lodged in a woman, and ardently desiring to bear children.</p><a href=\"depression-historical-perspective.jsp\" class=\"learnMore\">Learn More</a>";
phrases[5] = "<p>Depression may be as debilitating as any chronic illness, and can reduce a person’s ability to function physically and socially. It may impair the ability to care for family members.</p><a href=\"depression-impact-and-incidence-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[6] = "<p>Depression can lead to suicide. Suicidal ideation is more common in women, but suicide completion is more common in men.</p><a href=\"depression-impact-and-incidence-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[7] = "<p>In Canada  women are hospitalized in general hospitals for attempted suicide at 1.5 times the rate of men but men die by suicide at 4 times the rate of women.</p><a href=\"depression-impact-and-incidence-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[8] = "<p>In Canada, Aboriginal suicide rates are 3-6 times the national average.</p><a href=\"depression-impact-and-incidence-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[9] = "<p>Changes in hormonal environment probably do not alone cause depressive symptoms, but act in concert with genetic and psychosocial factors.</p><a href=\"depression-risk-factors-in-depth-01.jsp\" class=\"learnMore\">Learn More</a>";
phrases[10] = "<p>Hypothyroidism is associated with severe depression, and women are affected by thyroid diseases up to 10 times more frequently than men.</p><a href=\"depression-risk-factors-in-depth-01.jsp\" class=\"learnMore\">Learn More</a>";
phrases[11] = "<p>economic and social policies that cause sudden, disruptive and severe changes to income, employment and social capital that cannot be controlled or avoided, significantly increase gender inequality and the rate of common mental disorders</p><a href=\"depression-risk-factors-in-depth-02.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';   }
}

