var phraseCount = 0;
phraseCount = 21;
var phrases = new Array(phraseCount);
phrases[0] = "<p>400,000 Canadians suffer from HF, with 50,000 new cases presenting every year</p><a href=\"CHF_intro-02.jsp\" class=\"learnMore\">Learn More</a>";
phrases[1] = "<p>There are 5 million people suffering from CHF in the US alone, with 550,000 new cases every year</p><a href=\"CHF_intro-02.jsp\" class=\"learnMore\">Learn More</a>";
phrases[2] = "<p>People 40 and over have a 20% chance of developing CHF</p><a href=\"CHF_intro-02.jsp\" class=\"learnMore\">Learn More</a>";
phrases[3] = "<p>CHF prevalence increases with age</p><a href=\"CHF_intro-02.jsp\" class=\"learnMore\">Learn More</a>";
phrases[4] = "<p>Over the past decade HF admissions have increased 159%</p><a href=\"CHF_intro-02.jsp\" class=\"learnMore\">Learn More</a>";
phrases[5] = "<p>80% of men and 70% of women younger than 65 years who have HF die wihtin 8 years of diagnosis</p><a href=\"CHF_intro-02.jsp\" class=\"learnMore\">Learn More</a>";
phrases[6] = "<p> </p><a href=\"CHF_intro-02.jsp\" class=\"learnMore\">Learn More</a>";
phrases[7] = "<p>Women have a unique risk factor profile and different clinical manifestations of heart failure than men</p><a href=\"CHF_intro-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[8] = "<p>Gender has been shown to be an important determinant in hospital length of stay, hospital charges, and mortality</p><a href=\"CHF_intro-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[9] = "<p>The five year mortality rate of CHF sufferers is 60% in men and 45% in women</p><a href=\"CHF_intro-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[10] = "<p>The median post diagnosis survival time is 3.2 years for men and 5.4 years for women</p><a href=\"CHF_intro-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[11] = "<p>African American males are 1.5 times more likely to die from CHF than white males</p><a href=\"CHF_intro-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[12] = "<p>Less than 15% of women survive more than 8-12 years after being diagnosed with HF</p><a href=\"CHF_intro-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[13] = "<p>The mean length of hospital stay is greater for women than men</p><a href=\"CHF_intro-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[14] = "<p>Over the past 20 years the incidence of heart has risen 9% in women and 6% in men </p><a href=\"CHF_intro-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[15] = "<p>Diabetes is a more significant risk factor in women</p><a href=\"CHF-epidemiology-05.jsp\" class=\"learnMore\">Learn More</a>";
phrases[16] = "<p>Men have a higher prevalence of alcoholic cardiomyopathy</p><a href=\"CHF-epidemiology-05.jsp\" class=\"learnMore\">Learn More</a>";
phrases[17] = "<p>Female smokers have a 1.57 times greater risk for developing cardiovascular disease than men who smoke</p><a href=\"CHF-epidemiology-05.jsp\" class=\"learnMore\">Learn More</a>";
phrases[18] = "<p>the majority of studies indicate the women with HF have a better prognosis than men</p><a href=\"CHF-prognosis-01.jsp\" class=\"learnMore\">Learn More</a>";
phrases[19] = "<p>While men and women may experience the same symptoms, they may not experience them in the same way.</p><a href=\"chf-symptoms-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[20] = "<p>So the question is: do those heart failure patients who end up depressed, do so because they are suffering from more serious health problems? Or, do they simply perceive their health to be worse than others?</p><a href=\"CHF-living-06.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';   }
}

