<!--
  Pics = new Array(1);
  Pics[0] = '<a href="http://www.billboard.mzf.cz" target="_blank">'+
    '<img src="http://reklama.523.cz/bannery/prazdne/160x600.jpg" width="160" height="600" alt="www.billboard.mzf.cz" border="0"></a>';

  Pics[1] = '<a href="http://machello.4fan.cz/" target="_blank">'+
    '<img src="http://reklama.523.cz/bannery/prazdne/160x600.jpg" width="160" height="600" alt="www.machello.4fan.cz" border="0"></a>';
    
  document.write(Pics[Math.floor(Math.random() * Pics.length)]);
  // -->
