//Randomlly Generated Right Side Quotes
//Provider General
var img = new Array(
  '<img src="/i/sidebar/provider/sidebar_1in300.gif" width="165" height="255" alt="1 in 300 is the number of people with mutations that predispose them to breast, colon, endometrial (uterine) or ovarian cancer.">',
  '<img src="/i/sidebar/provider/sidebar_thesingle.gif" width="165" height="255" alt="The single greatest factor in increasing an individual\'s risk of developing cancer is inheriting a mutation in a cancer susceptibility gene.">',
  '<img src="/i/sidebar/provider/sidebar_improve.gif" width="165" height="255" alt="Improve patient outcomes. There are proven medical management options for mutation carriers.">',
  '<img src="/i/sidebar/provider/sidebar_65to100.gif" width="165" height="255" alt="65-100% is the percentage of risk reduction for hereditary cancers with appropriate preventive measures.">',
  '<img src="/i/sidebar/provider/sidebar_asimple.gif" width="165" height="255" alt="A simple blood draw is all that genetic testing requires.">',
  '<img src="/i/sidebar/provider/sidebar_itsillegal.gif" width="165" height="255" alt="It\'s Illegal. Discrimination against your patients by health insurance carriers based on genetic testing results is illegal.">',
  '<img src="/i/sidebar/provider/sidebar_genetictesting.gif" width="165" height="255" alt="Genetic testing helps you determine if your patient has an increased risk or the general population\'s risk of cancer.">',
  '<img src="/i/sidebar/provider/sidebar_knowrisk.gif" width="165" height="255" alt="Know their true risk. Genetic testing is the only way to distinguish family members who are truly at risk before intensive screening is instituted.">',
  '<img src="/i/sidebar/provider/sidebar_earlydetection.gif" width="165" height="255" alt="Early detection. It\'s the best way to beat cancer. And genetic testing is as early as it gets.">',
  '<img src="/i/sidebar/provider/sidebar_5to10percent.gif" width="165" height="255" alt="5-10% is the percentage of all cancers that are clearly hereditary.">',
  '<img src="/i/sidebar/provider/sidebar_yes.gif" width="165" height="255" alt="Yes. Most health insurance companies cover the cost of genetic testing.">',
  '<img src="/i/sidebar/provider/sidebar_testing.gif" width="165" height="255" alt="Testing family members can determine if they have an increased risk of developing cancer.">',
  '<img src="/i/sidebar/provider/sidebar_family.gif" width="165" height="255" alt="Family history isn\'t enough. Family history alone is not sufficient to determine an accurate risk of hereditary cancer.">',
  '<img src="/i/sidebar/provider/sidebar_hereditary.gif" width="165" height="255" alt="Hereditary cancers are likely to occur at a significantly younger age.">',
  '<img src="/i/sidebar/provider/sidebar_thereis.gif" width="165" height="255" alt="There is a greater risk of second cancers for mutation carriers already diagnosed with cancer.">');
var imgNum = Math.round(img.length*Math.random());
if (imgNum == img.length) imgNum=0;
