function banners_bottom() {
    var banners = new Array();
    banners[0] = '<a href="http://www.ligibrytyjskie.pl" target="_blank"><img src="http://meczenazywo.eu/images/ligibrytyjskie_468x60.gif" alt="premiership"></a>';
    banners[1] = '<a href="http://www.ligihiszpanskie.pl" target="_blank"><img src="http://meczenazywo.eu/images/ligihiszpanskie_468x60.gif" alt="la liga"></a>';
    banners[2] = '<a href="http://www.liginiemieckie.pl" target="_blank"><img src="http://meczenazywo.eu/images/liginiemieckie_468x60.gif" alt="bundesliga"></a>';
    banners[3] = '<a href="http://www.ligipolskie.pl" target="_blank"><img src="http://meczenazywo.eu/images/ligipolskie_468x60.gif" alt="ekstraklasa"></a>';
    banners[4] = '<a href="http://www.ligiwloskie.pl" target="_blank"><img src="http://meczenazywo.eu/images/ligiwloskie_468x60.gif" alt="serie a"></a>';
    
    index = Math.floor(Math.random() * banners.length);
    if (typeof banners[index] == 'object') document.write(banners[index][0] + '<span class="text">' + banners[index][1] + '</span>');
    else document.write(banners[index]);
}
banners_bottom();

