//Randomlly Generated Right Side Quotes
//Provider HNPCC-Specific
var img = new Array(
  '<img src="/i/sidebar/provider/sidebar_3to5.gif" width="165" height="255" alt="3-5% is the percentage of colorectal cancer taht is due to HNPCC.">',
  '<img src="/i/sidebar/provider/sidebar_150000.gif" width="165" height="255" alt="150000 is the average number of new colorectal cancers diagnosed each year.">',
  '<img src="/i/sidebar/provider/sidebar_over90.gif" width="165" height="255" alt="Over 90 percent is the lifetime risk of cancer for HNPCC mutation carriers.">',
  '<img src="/i/sidebar/provider/sidebar_90percent.gif" width="165" height="255" alt="90% fewer deaths from colon cancer and related causes with early detection and management.">',
  '<img src="/i/sidebar/provider/sidebar_65percent.gif" width="165" height="255" alt="65% fewer deaths in people with HNPCC who know their risk and receive regular medical screenings.">',
  '<img src="/i/sidebar/provider/sidebar_ovarian.gif" width="165" height="255" alt="Ovarian and endometrial cancer. Both are associated with HNPCC.">',
  '<img src="/i/sidebar/provider/sidebar_hnpccoptions.gif" width="165" height="255" alt="HNPCC: know your options. The International Collaborative Group on HNPCC has developed screening and surgical options for all HNPCC-related cancers.">',
  '<img src="/i/sidebar/provider/sidebar_chart_endometrial.gif" width="165" height="255" alt="Risk of developing endometrial cancer by age 70: General population 2%, Women with HNPCC Up to 71%">',
  '<img src="/i/sidebar/provider/sidebar_chart_colorectal.gif" width="165"  height="255" alt="Risk of developing colorectal cancer by age 70: General population 2%, Individuals with HNPCC Up to 80%">',
  '<img src="/i/sidebar/provider/sidebar_2.gif" width="165" height="255" alt="Colorectal cancer is the second leading cause of cancer death in the United States.">',
  '<img src="/i/sidebar/provider/sidebar_understand.gif" width="165" height="255" alt="Understand the differences. Attenuated FAP may be difficult to distinguish from HNPCC.">',
  '<img src="/i/sidebar/provider/sidebar_aga.gif" width="165" height="255" alt="AGA guidelines recommend genetic testing for at-risk individuals.">',
  '<img src="/i/sidebar/provider/sidebar_every1to2.gif" width="165" height="255" alt="Every 1-2 years. Regular colonoscopy is the best surveillance for mutation carriers with HNPCC or attenuated FAP.">',
  '<img src="/i/sidebar/provider/sidebar_menandwomen.gif" width="165" height="255" alt="Men and women are equally at risk for developing colorectal cancer.">',
  '<img src="/i/sidebar/provider/sidebar_hnpccrisk.gif" width="165" height="255" alt="50% is the risk of someone with an HNPCC mutation passing it on to each of his or her children.">',
  '<img src="/i/sidebar/provider/sidebar_ascrs.gif" width="165" height="255" alt="ASCRS has developed surgical management guidelines for HNPCC.">',
  '<img src="/i/sidebar/provider/sidebar_ascrsguide.gif" width="165" height="255" alt="ASCRS guidelines recommend genetic testing for at-risk individuals.">');
var imgNum = Math.round(img.length*Math.random());
if (imgNum == img.length) imgNum=0;