var phraseCount = 0;
phraseCount = 19;
var phrases = new Array(phraseCount);
phrases[0] = "<p>Lung cancer surpasses breast cancer as the number one</p><a href=\"lung-epidemiology-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[1] = "<p> cause of cancer mortality in women.</p><a href=\"lung-epidemiology-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[2] = "<p>Lung cancer mortality rates for men are decreasing</p><a href=\"lung-epidemiology-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[3] = "<p> while the rates for women are increasing.</p><a href=\"lung-epidemiology-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[4] = "<p>Lung cancer incidence today reflects the smoking patterns seen 20 to 30 years ago</p><a href=\"lung-epidemiology-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[5] = "<p>Women have more difficulty than men in quitting smoking, and have higher relapse rates.</p><a href=\"lung-epidemiology-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[6] = "<p>Between 1950 and 1991 deaths from lung cancer in the United States increased by 550%</p><a href=\"lung-historical-perspective-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[7] = "<p>In 1975 the one year</p><a href=\"lung-historical-perspective-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[8] = "<p> survival rate for lung cancer was 34%. This survival rate increased to 41% in 1995 due to improvements in surgical techniques.</p><a href=\"lung-historical-perspective-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[9] = "<p>Current guidelines for screening are based on studies primarily carried out on men in the 1960’s and 1970’s.</p><a href=\"lung-assessment-02.jsp\" class=\"learnMore\">Learn More</a>";
phrases[10] = "<p>Men have tended to develop squamous cell tumours which are central and more likely to present with symptoms early in the course</p><a href=\"lung-assessment-02.jsp\" class=\"learnMore\">Learn More</a>";
phrases[11] = "<p>Women have tended to develop adenocarcinomas which are peripheral and much less likely to present with symptoms early in the course of disease.</p><a href=\"lung-assessment-02.jsp\" class=\"learnMore\">Learn More</a>";
phrases[12] = "<p>Of the 11 lung cancer screening studies performed up to 1997, only 2 of them included women</p><a href=\"lung-assessment-02.jsp\" class=\"learnMore\">Learn More</a>";
phrases[13] = "<p>Men tend to smoke to increase positive feelings while women smoke to shield negative feelings</p><a href=\"lung-prevention-and-primary-care-02.jsp\" class=\"learnMore\">Learn More</a>";
phrases[14] = "<p>physicians have been found to be more likely to initiate an 'opportunistic' discussion about smoking with male smokers than female smokers (47.8% vs 36.3%)</p><a href=\"lung-prevention-and-primary-care-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[15] = "<p>During the late 1920’s the links between smoking and fashion and slimness were formed.</p><a href=\"lung-advertising-01.jsp\" class=\"learnMore\">Learn More</a>";
phrases[16] = "<p>In the 1960’s and 1970’s, companies began linking smoking with thinness, fashion and independence.</p><a href=\"lung-advertising-01.jsp\" class=\"learnMore\">Learn More</a>";
phrases[17] = "<p>Tobacco use continues to be the primary preventable cause of death in Canada.</p><a href=\"lung-smoking-cessation-02.jsp\" class=\"learnMore\">Learn More</a>";
phrases[18] = "<p>Smoking is the main risk factor associated with lung cancer; 80-90% of lung cancer deaths are attributable to smoking. </p><a href=\"lung-smoking-cessation-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';   }
}

