var num;
num=(Math.floor(Math.random()*5));
if (num==0)
  {
document.write("<p><b>"+"What is the <a href="+"http://www.cprkc.com/maillist.html"+">Mailing List</a>?</b></p>");
document.write("<p>An email list. We occasionally send research study news and messages from Dr. Ervin by email. Our free <a href="+"http://www.cprkc.com/maillist.html"+">email list</a> is the easiest way to learn what studies are currently enrolling. <small><i>We never share your email</i></small>.</p>");
document.write("<p><b>How do I volunteer?</b></p>");
document.write("<p>Call 816-943-0770 to speak with a CPR Representative</p>");
document.write("<p>or</p>");
document.write("<p>Fill out the <a href="+"http://www.cprkc.com/contact.html"+">online form</a> and CPR Representative will follow up with you.</p>");
  }
else if (num==1)
  {
document.write("<p><b>Has Alzheimer's disease affected your family?</b></p>");
document.write("<p>Although medications on the market may temporarily improve symptoms of Alzheimer's, no FDA approved medication has slowed the progression or changed the ultimate outcome . . . yet.</p>");
document.write("<p>But, we are determined to keep trying. From diligently studying new medications, to supporting families through events like the <img src='img/video.png' alt='' /> <a href='vdtvideo.html' onclick='return popupnr(this, 'Interview')'>Virtual Dementia Tour,</a> we are fighting for progress. Will you join us?</p>");
document.write("<p>Watch Dr. Ervin discussing Alzheimer's disease research on <img src='img/video.png' alt='' /> <a href='kshbvideo.html' onclick='return popupnr(this, 'Interview')'>KSHB news.</a></p>");
  }
  else if (num==2)
  {
document.write("<p><b>Has medical research helped someone in your family?</b></p>");
document.write("<p>Many of our volunteers decide to help simply to be a part of improving treatments for their condition, with the hope that future generations will not suffer from the same diseases.</p>");
document.write("<p>Heroes come in all shapes and sizes.  For each new treatment, medication, or therapy hundreds of people have volunteered their time to help. To read their <a href="+"http://www.facebook.com/topic.php?uid=82276751485&topic=15157"+" target="+"_blank"+">stories</a> visit our <a href="+"http://www.facebook.com/thecenterforpharmaceuticalresearch"+" target="+"_blank"+">facebook</a> page, or <a href="+"http://www.facebook.com/topic.php?uid=82276751485&topic=15157"+" target="+"_blank"+">share</a> your story with us.</p>");
document.write("<p> We would love to hear how medical research has improved your life.</p>");
  }
   else if (num==3)
  {
document.write("<p><b>How can we improve vaccinations for children?</b></p>");
document.write("<p>Vaccines are the most effective way to prevent childhood diseases.  But, most kids hate vaccines!  The Center for Pharmaceutical Research is committed to finding less painful, more effective ways of preventing childhood diseases.</p>");
document.write("<p>We are currently looking for volunteers ages 6 months to 9 years for a flu vaccine clinical trial.  </p>");
document.write("<p>To find out how you can <a href="+"http://192.168.0.230/newcpr3/contact.html"+">help</a>, contact us at 816-943-0770.  </p>");
  }
else
  {
document.write("<p><b>Get to know us!</b></p>");
document.write("<p>Our 47-member staff works hard and plays hard too!  Visit our <a href="+"http://www.facebook.com/thecenterforpharmaceuticalresearch"+" target="+"_blank"+">facebook</a> page to see what&#39;s happening behind the scenes.  From chili cook-offs and picnics to Fat Tuesday parties and Italian dinners, our staff makes every day fun.</p>");
document.write("<p>You can also join our <a href="+"http://www.facebook.com/thecenterforpharmaceuticalresearch"+" target="+"_blank"+">facebook</a> group or follow us on <a href="+"http://twitter.com/ervinmd"+" target="+"_blank"+" >twitter</a> to receive updates on new clinical trials.</p>");
  }
 
//window.alert("Random number is:  " + num);  document.write(num);
