<!--
  Pics = new Array(1);
  Pics[0] = '<a href="http://www.billboard.mzf.cz" target="_blank">'+
    '<img src="http://www.billboard.mzf.cz/banner.gif" width="468" height="60" alt="www.billboard.mzf.cz" border="0"></a>';

  Pics[1] = '<a href="http://machello.4fan.cz/" target="_blank">'+
    '<img src="http://machello.4fan.cz/default/bannery/machello.gif" width="468" height="60" alt="www.machello.4fan.cz" border="0"></a>';
    
  document.write(Pics[Math.floor(Math.random() * Pics.length)]);
  // -->
