// JavaScript Document
img = new Array(2); 
img[0] = "<a href='http://www.browamator.pl/zdjecia/0/6/7/6325_Zbiorniki_Wino_Oferta_Browamator.pdf?sess_id=6047156890'><img src='http://wino.org.pl/images/banners/ba_430_55_2.gif' alt='Browamator' width='430' height='55' border='0' style='margin-bottom:10px'/></a>";
img[1] = "<a href='http://www.e-sadzonka.pl/oferta.html'><img src='http://wino.org.pl/images/banners/e-sadzonka_430x55.gif' alt='e-sadzonka' width='430' height='55' border='0' style='margin-bottom:10px'/></a>";
index = Math.floor(Math.random() * img.length);
document.write( img[index] );