var phraseCount = 0;
phraseCount = 14;
var phrases = new Array(phraseCount);
phrases[0] = "<p>The leading cause of morbidity and mortality for women in Canada and in much of the world is coronary heart disease (CHD).</p><a href=\"intro-to-gender-and-cardiovascular-disease-01.jsp\" class=\"learnMore\">Learn More</a>";
phrases[1] = "<p>Despite the perception that cardiovascular disease (CVD) is primarily a male health problem, it is the main cause of death for Canadian women, and the number of deaths from CVD for women and men is almost equal. </p><a href=\"intro-to-gender-and-cardiovascular-disease-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[2] = "<p>For many years CHD has been recognized as the disease of the middle aged and elderly men. Past research has mainly focused on older men’s risk factors, presentation and treatment of cardiac disease.</p><a href=\"intro-to-gender-and-cardiovascular-disease-04.jsp\" class=\"learnMore\">Learn More</a>";
phrases[3] = "<p>Angina is an episodic clinical syndrome due to transient myocardial ischemia. Ischemia refers to a lack of oxygen due to inadequate perfusion, which results from an imbalance between oxygen supply and demand</p><a href=\"cvd-case-mrs-heart-04.jsp\" class=\"learnMore\">Learn More</a>";
phrases[4] = "<p>60% of women felt breast cancer was the leading cause of death among women in Canada, whereas 17% identified heart disease as the major cause of mortality in Canadian women</p><a href=\"cvd-case-mrs-heart-06.jsp\" class=\"learnMore\">Learn More</a>";
phrases[5] = "<p>Despite the fact that minority women face the highest risk of death from heart disease and stroke, they have lower risk factor awareness.</p><a href=\"cardiovascular-risk-factors-01.jsp\" class=\"learnMore\">Learn More</a>";
phrases[6] = "<p>Because a woman’s symptoms of angina may be substantially different from a man’s, she is less likely to recognize them as cardiac in nature and seek medical attention.</p><a href=\"cardiovascular-signs-and-symptoms-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[7] = "<p>The most common symptom of CHD is chest pain. However, there is much difference in how this disease presents itself in men and women.</p><a href=\"cardiovascular-signs-and-symptoms-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[8] = "<p>One of the most powerful predictors of participation in cardiac rehabilitation programs is the patient’s perception of the strength of the treating physician’s recommendation.</p><a href=\"cardiovascular-outcome.jsp\" class=\"learnMore\">Learn More</a>";
phrases[9] = "<p>Social education programs that specially target disadvantaged neighbourhoods or communities may be of crucial impact in promoting cardiovascular health</p><a href=\"cardiovascular-prevention-02.jsp\" class=\"learnMore\">Learn More</a>";
phrases[10] = "<p>among women, aspirin lowered the risk of stroke without affecting the risk of myocardial infarction</p><a href=\"cardiovascular-prevention-10.jsp\" class=\"learnMore\">Learn More</a>";
phrases[11] = "<p>The minimum dose of aspirin needed for a cardioprotective effect is higher in women than in men</p><a href=\"cardiovascular-prevention-10.jsp\" class=\"learnMore\">Learn More</a>";
phrases[12] = "<p>Women are less likely to enrol (at a rate of 20%) in rehabilitation programs than men.</p><a href=\"cardiovascular-rehabilitation-02.jsp\" class=\"learnMore\">Learn More</a>";
phrases[13] = "<p>While research on women’s health and CVD has been increasing over the past decade, there remains a need for developing a gender specific approach to recognition and treatment of CVD. This will ensure effective methods of prevention, assessment and treatment of the nation’s number one killer.</p><a href=\"cardiovascular-conclusion.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';   }
}

