obrazki = new Array("hipo.jpg", "spi.jpg", "syn.jpg", "tkk.jpg");
adresy = new Array("http://hipoterapia.info", "http://spiewograniec.pl", "http://synogarlica.pl", "http://stkk.pl");

htmlek = "";

for(i=0; i<obrazki.length; i++)
{

if(strona!=adresy[i])
     {
     htmlek = htmlek + "<a href='" + adresy[i] + "' target='_blank'><img src='http://stkk.pl/buttony/" + obrazki[i] + "' border='0'></a> ";
     if(brki==0) htmlek = htmlek + "<br><br>";
     }

}





