img = new Array(2); 
img[0] = "<a href='http://www.f1wm.pl/' title='Wyprzedź mnie! - Serwis internetowy poświęcony Formule 1' target='_blank'><img src='http://www.f1wm.pl/img/banery/set1_wm_blue_400x50_v2.gif' width='400' height='50' border='0' alt=''></a>";
img[1] = "<a href='http://ififa.pl' target='_blank'><img src='http://i46.tinypic.com/10z7h9y.jpg' width='400' height='50' border='0' alt='najlepsze turnieje sponsorowane'></a>";
//img[1] = "<a href='http://f1races.go.pl' target='_blank'><img src='http://f1races.yoyo.pl/images/but/button400x50.jpg' width='400' height='50' border='0' alt=''></a>";
//img[2] = "<a href='http://fernandoalonso.pl' target='_blank'><img src='http://fernandoalonso.pl/images/banner400x50.png' width='400' height='50' border='0' alt=''/></a>";

index = Math.floor(Math.random() * img.length);
document.write( img[index] );
