function randtext() {
  var quotenumber = 4;
  var randomnumber = Math.random() ;
  var rand1 = Math.round( (quotenumber-1) * randomnumber) + 1 ;
  quotes = new Array
  quotes[1] = '<a href=\"affi.php?id=2\"><IMG SRC="/img/affis/2.gif" class="ico"></a>';
  quotes[2] = '<a href=\"affi.php?id=3\"><IMG SRC="/img/affis/3.gif" class="ico"></a>';
  quotes[3] = '<a href=\"affi.php?id=4\"><IMG SRC="/img/affis/4.gif" class="ico"></a>';
  quotes[4] = '<a href=\"affi.php?id=19\"><IMG SRC="/img/affis/19.jpg" class="ico"></a>';

  var quote = quotes[rand1];
  return quote;
}

function randtext1() {
  var quotenumber = 4;
  var randomnumber = Math.random() ;
  var rand1 = Math.round( (quotenumber-1) * randomnumber) + 1 ;
  quotes = new Array
  quotes[1] = '<a href=\"affi.php?id=1\"><IMG SRC="/img/affis/1.jpg" class="ico"></a>';
  quotes[2] = '<a href=\"affi.php?id=5\"><IMG SRC="/img/affis/5.gif" class="ico"></a>';
  quotes[3] = '<a href=\"affi.php?id=6\"><IMG SRC="/img/affis/6.gif" class="ico"></a>';
  quotes[4] = '<a href=\"affi.php?id=20\"><IMG SRC="/img/affis/20.jpg" class="ico"></a>';
  var quote = quotes[rand1];
  return quote;
}

function randtext2() {
  var quotenumber = 3;
  var randomnumber = Math.random() ;
  var rand1 = Math.round( (quotenumber-1) * randomnumber) + 1 ;
  quotes = new Array
  quotes[1] = '<a href=\"affi.php?id=7\"><IMG SRC="/img/affis/7.jpg" class="ico"></a>';
  quotes[2] = '<a href=\"affi.php?id=8\"><IMG SRC="/img/affis/8.png" class="ico"></a>';
  quotes[3] = '<a href=\"affi.php?id=9\"><IMG SRC="/img/affis/9.jpg" class="ico"></a>';
  var quote = quotes[rand1];
  return quote;
}

function randtext3() {
  var quotenumber = 3;
  var randomnumber = Math.random() ;
  var rand1 = Math.round( (quotenumber-1) * randomnumber) + 1 ;
  quotes = new Array
  quotes[1] = '<a href=\"affi.php?id=10\"><IMG SRC="/img/affis/10.png" class="ico"></a>';
  quotes[2] = '<a href=\"affi.php?id=11\"><IMG SRC="/img/affis/11.gif" class="ico"></a>';
  quotes[3] = '<a href=\"affi.php?id=13\"><IMG SRC="/img/affis/13.gif" class="ico"></a>';
  var quote = quotes[rand1];
  return quote;
}

function randtext4() {
  var quotenumber = 3;
  var randomnumber = Math.random() ;
  var rand1 = Math.round( (quotenumber-1) * randomnumber) + 1 ;
  quotes = new Array
  quotes[1] = '<a href=\"affi.php?id=14\"><IMG SRC="/img/affis/14.png" class="ico"></a>';
  quotes[2] = '<a href=\"affi.php?id=15\"><IMG SRC="/img/affis/15.png" class="ico"></a>';
  quotes[3] = '<a href=\"affi.php?id=16\"><IMG SRC="/img/affis/16.png" class="ico"></a>';
  var quote = quotes[rand1];
  return quote;
}
