  var num, numx10, rndnum, roundnum;
  rndnum=Math.random();
  numx10=rndnum*10;
  roundnum=Math.round(numx10);
  if((roundnum >= 0) && (roundnum <= 3))  {
    document.write('<a href="https://store.myhealthandfitness.com/catalog/index.php"><img src="images/ad1.gif" border="0" width="133" height="183"></a>');
  }
  if((roundnum > 3) && (roundnum <= 7))  {
    document.write('<a href="https://store.myhealthandfitness.com/catalog/index.php"><img src="images/ad2.gif" border="0" width="133" height="183"></a>');
  }
  if((roundnum > 7) && (roundnum <= 10))  {
    document.write('<a href="https://store.myhealthandfitness.com/catalog/index.php"><img src="images/ad3.gif" border="0" width="133" height="183"></a>');
  }
