function random_bbild()
{
  i=0;
  bbild = new Array();
  bbild[i++] = "<img src='/global/images/gfx/bbild_3.gif'>";
  bbild[i++] = "<img src='/global/images/gfx/bbild_2.gif'>";
  bbild[i++] = "<img src='/global/images/gfx/bbild_1.gif'>";
  bbild[i++] = "<img src='/global/images/gfx/bbild_4.gif'>";
  bbild[i++] = "<img src='/global/images/gfx/bbild_5.gif'>";
  document.write(bbild[Math.floor(Math.random()*bbild.length)]);
}
