var phraseCount = 0;
phraseCount = 13;
var phrases = new Array(phraseCount);
phrases[0] = "<p>Most medical training either ignores or inadequately addresses LGBTI health care issues.</p><a href=\"gss-relevance-01.jsp\" class=\"learnMore\">Learn More</a>";
phrases[1] = "<p>It is estimated that up to 10% of the population identify themselves as lesbian, gay, bisexual or transgendered</p><a href=\"gss-relevance-02.jsp\" class=\"learnMore\">Learn More</a>";
phrases[2] = "<p>Approximately 1 per 2000 children born in the United States are described as having ambiguous genitalia</p><a href=\"gss-intersex-issues-03.jsp\" class=\"learnMore\">Learn More</a>";
phrases[3] = "<p>Transgendered people may have any combination of natal sex, gender identity and sexual orientation</p><a href=\"gss-transgendered-issues-01.jsp\" class=\"learnMore\">Learn More</a>";
phrases[4] = "<p>Gender dysphoria is a state of emotional distress associated with an awareness of incongruity between one’s biological sex and gender identity.</p><a href=\"gss-transgendered-issues-01.jsp\" class=\"learnMore\">Learn More</a>";
phrases[5] = "<p> transgendered people may be at an increased risk for depression, suicide, substance abuse and antigay violence.</p><a href=\"gss-transgendered-issues-01.jsp\" class=\"learnMore\">Learn More</a>";
phrases[6] = "<p>Transsexuals live as the opposite sex and will seek to change their outward appearance to correspond with their inner identity through the use of hormones and possibly sex reassignment surgery</p><a href=\"gss-transgendered-issues-01.jsp\" class=\"learnMore\">Learn More</a>";
phrases[7] = "<p>Coming out to a health care provider has positive implications for health. In one survey of 324 lesbians in Portland, Oregon, those respondents who were ’out’ to their primary care provider were more likely to have ever had a Pap smear and to currently be a non-smoker</p><a href=\"gss-lesbian-issues-02.jsp\" class=\"learnMore\">Learn More</a>";
phrases[8] = "<p>Canadian lesbians are less likely to receive Pap smears, mammograms and breast exams than their heterosexual counterparts.</p><a href=\"gss-lesbian-issues-05.jsp\" class=\"learnMore\">Learn More</a>";
phrases[9] = "<p>The life expectancy of a gay man is currently under 50, which is 20-30 years shorter than the life expectancy of a heterosexual man.</p><a href=\"gss-gay-men-issues-01.jsp\" class=\"learnMore\">Learn More</a>";
phrases[10] = "<p>it is recommended that anal cytological screening be performed every three years for all individuals (men and women) who engage in receptive anal intercourse, and every year for HIV positive individuals who engage in receptive anal intercourse .</p><a href=\"gss-gay-men-issues-04.jsp\" class=\"learnMore\">Learn More</a>";
phrases[11] = "<p>Compared to straight men, gay men are more likely to diet and binge eat and  they may even be at greater risk for eating disorders than straight women</p><a href=\"gss-gay-men-issues-07.jsp\" class=\"learnMore\">Learn More</a>";
phrases[12] = "<p>Many LGBT patients have experienced violence or sexual abuse in the past. Gays and lesbians continue to be the victims of hate crimes, representing 15% of reported hate crime in the United States, after only race and religion.</p><a href=\"gss-social-issues-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';   }
}
