var phraseCount = 0;
phraseCount = 16;
var phrases = new Array(phraseCount);
phrases[0] = "<p>In 2003, there were 447 904 pregnancies in Canada </p><a href=\"module-intro.jsp\" class=\"learnMore\">Learn More</a>";
phrases[1] = "<p>In 2003, 103 768 pregnancies were terminated via therapeutic abortion</p><a href=\"module-intro.jsp\" class=\"learnMore\">Learn More</a>";
phrases[2] = "<p>The direct medical savings in the US in 2002 due to contraceptive use was US$19 Billion </p><a href=\"module-intro.jsp\" class=\"learnMore\">Learn More</a>";
phrases[3] = "<p>Canada is the only developed nation without any laws regulating abortion</p><a href=\"Professional-1-02.jsp\" class=\"learnMore\">Learn More</a>";
phrases[4] = "<p>It takes an average of three weeks between the time of a positive pregnancy test and the date of the abortion </p><a href=\"Professional-1-02.jsp\" class=\"learnMore\">Learn More</a>";
phrases[5] = "<p>the primary risk factor for obtaining second-trimester abortion is delay caused in the first trimester   </p><a href=\"Professional-1-02.jsp\" class=\"learnMore\">Learn More</a>";
phrases[6] = "<p>Over half of women seeking an abortion made the choice the same day they received a positive pregnancy test, and 75% of women did so within a week</p><a href=\"Preflect-Activity-01.jsp\" class=\"learnMore\">Learn More</a>";
phrases[7] = "<p>Two simple questions help you to screen your patient for abuse</p><a href=\"Amy-1-07.jsp\" class=\"learnMore\">Learn More</a>";
phrases[8] = "<p>the average age at first-time sexual experience was 16.5 for both sexes </p><a href=\"Case-two-01-02.jsp\" class=\"learnMore\">Learn More</a>";
phrases[9] = "<p>men tend to prioritize the need for sex over risks of it</p><a href=\"Case-two-02-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[10] = "<p>women don’t tend to suggest condom use or use contraception due to a fear of appearing too experienced or disappointing a partner </p><a href=\"Case-two-02-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[11] = "<p>perceived parental disapproval of sex leads to decreased sexual behavior </p><a href=\"Case-two-02-05.jsp\" class=\"learnMore\">Learn More</a>";
phrases[12] = "<p>90% of men aged 15-20 intend to parent at some point in their lives</p><a href=\"Case-3-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[13] = "<p>78% of men believe that men and women share equal responsibility for decisions about contraception</p><a href=\"Case-3-04.jsp\" class=\"learnMore\">Learn More</a>";
phrases[14] = "<p>At first intercourse, between 17-22% of men did not use any form of contraception </p><a href=\"Case-3-05.jsp\" class=\"learnMore\">Learn More</a>";
phrases[15] = "<p>12.7% of college men reported knowing that they caused an unintended pregnancy </p><a href=\"Case-3-05.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';   }
}
