<!-- 
//rotator banerów 
//author: trombocyt@hoga.pl www.polonez.prv.pl 
baner = new Array(2); 
baner[0]='<a href="http://www.avril-lavigne.pl" target="_blank"> <img src="http://www.avril-lavigne.pl/banery/baner.gif" border="0" alt="Avril Lavigne" width="400" height="50"></a>';
baner[1]='<a href="http://www.coreshop.pl" target="_blank"> <img src="http://i39.tinypic.com/30us5di.gif" width="400" height="51" border=0></a>';
baner[3]='<a href="http://www.paramore-music.com" target="_blank"> <img src="http://www.paramore-music.com/banery/paramore.jpg" width="400" height="51" border=0></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>"); 
//wszycho oki  
//-->
