img = new Array(2); 
img[0] = '<a href="http://topmp3.pl/" target="_blank" title="mp3"><img src="http://pliczek.net/images/topmp3_750x100.gif" alt="disco polo"></a>';
img[1] = '<a href="http://www.pilka24.com/" target="_blank" title="pilka24.com"><img src="http://pliczek.net/images/pilka750x100.gif" alt="pilka"></a>';
img[2] = '<a href="http://meczenazywo.eu/" target="_blank" title="mecze live"><img src="http://meczenazywo.eu/images/meczenazywo_750x100.gif" alt="mecze na żywo"></a>';
img[3] = '<a href="http://betonline.net.pl/" target="_blank" title="Zakłady"><img src="http://betonline.net.pl/images/betonline_750x100_2009.gif" alt="typy"></a>';
img[4] = '<a href="http://ilivescore.pl/" target="_blank" title="ilivescore.pl"><img src="http://betonline.net.pl/images/ilivescore_750_100.jpg" alt="livescore"></a>';

index = Math.floor(Math.random() * img.length);
document.write( img[index] );
