//rotator banerów
//author: trombocyt@hoga.pl www.polonez.prv.pl

baner = new Array(4);

baner[0] = '<a href="http://www.medius.csk.pl/kit/new_nr.php" target="_blank"><img border="0" src="http://www.medius.csk.pl/banery/baner_01.gif" alt="" width="800" height="120"></a>';

baner[1] = '<a href="http://www.medius.csk.pl/kit/new_nr.php" target="_blank"><img border="0" src="http://www.medius.csk.pl/banery/baner_02.gif" alt="" width="800" height="120"></a>';

baner[2] = '<a href="http://medius.piasta.pl/?p=productsList&iCategory=10" target="_blank"><img border="0" src="http://www.medius.csk.pl/banery/baner_03.gif" alt="" width="800" height="120"></a>';

baner[3] = '<a href="http://medius.piasta.pl/?p=productsList&iCategory=10" target="_blank"><img border="0" src="http://www.medius.csk.pl/banery/baner_04.gif" alt="" width="800" height="120"></a>';


//losowe wyświetlenie
index = Math.floor(Math.random() * baner.length);

//wyświetlanie banerów
document.write("<CENTER>");
document.write(baner[index]);
document.write("</CENTER>");
