//Randomlly Generated Right Side Quotes
//Provider FAP-Specific
var img = new Array(
  '<img src="/i/sidebar/provider/sidebar_20to30percent.gif" width="165" height="255" alt="20-30% is the percentage of FAP cases in patients with no family history.">',
  '<img src="/i/sidebar/provider/sidebar_surgical.gif" width="165" height="255" alt="Surgical intervention. Without it, individuals with FAP will develop colorectal cancer.">',
  '<img src="/i/sidebar/provider/sidebar_therisk.gif" width="165" height="255" alt="The risk remains. Extracolonic cancer risk still exists in FAP mutation carriers after a prophylactic colectomy.">',
  '<img src="/i/sidebar/provider/sidebar_100percent.gif" width="165" height="255" alt="100% risk reduction in colorectal cancer is possible with appropriate preventative measures for FAP.">',
  '<img src="/i/sidebar/provider/sidebar_apc.gif" width="165" height="255" alt="APC is the primary gene that causes FAP and AFAP.">',
  '<img src="/i/sidebar/provider/sidebar_10-99.gif" width="165" height="255" alt="10-99 is the number of cumulative polyps associated with attenuated FAP.">',
  '<img src="/i/sidebar/provider/sidebar_attenuatedfap.gif" width="165" height="255" alt="Attenuated FAP mhas fewer polyps than FAP, sometimes as few as 10.">',
  '<img src="/i/sidebar/provider/sidebar_fap.gif" width="165" height="255" alt="FAP is associated with hundreds to thousands of polyps.">',
  '<img src="/i/sidebar/provider/sidebar_everyyear.gif" width="165" height="255" alt="Every year. Flexible sigmoidoscopy is recommended annually for FAP patients prior to colectomy.">',
  '<img src="/i/sidebar/provider/sidebar_87percent.gif" width="165" height="255" alt="87% is the risk of colon cancer by age 45 for patients with FAP.">',
  '<img src="/i/sidebar/provider/sidebar_16years.gif" width="165" height="255" alt="16 years old. The average age at which colorectal polyps begin to appear.">',
  '<img src="/i/sidebar/provider/sidebar_50years.gif" width="165" height="255" alt="50 years old. The average age of colorectal cancer onset for an AFAP patient.">',
  '<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 to 2 years. Regular colonoscopy is the best surveillance for patients 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_ascrsguide.gif" width="165" height="255" alt="ASCRS guidelines recommend genetic testing for at-risk individuals.">',
  '<img src="/i/sidebar/provider/sidebar_nohistmap.gif" width="165" height="255" alt="Many patients with MAP will have no family history of colorectal polyps or cancer.">',
  '<img src="/i/sidebar/provider/sidebar_10adenomas.gif" width="165" height="255" alt="10 or more adenomas, diagnosed over one or more colon exame, may indicate AFAP or MAP.">',
  '<img src="/i/sidebar/provider/sidebar_myh.gif" width="165" height="255" alt="MYH is the gene responsible for MYH-associated polyposis (MAP).">',
  '<img src="/i/sidebar/provider/sidebar_ascrsfap.gif" width="165" height="255" alt="ASCRS has developed surgical management guideliens for HNPCC.">',
  '<img src="/i/sidebar/provider/sidebar_mapguide.gif" width="165" height="255" alt="MAP should be managed according to guidelines for FAP/AFAP.">',
  '<img src="/i/sidebar/provider/sidebar_apcrisk.gif" width="165" height="255" alt="50% is the risk of someone with an APC mutation passing it on to each of his or her children.">');
var imgNum = Math.round(img.length*Math.random());
if (imgNum == img.length) imgNum=0;