function printZaj(){ try{ var ihtml=''; var st = '1'; var imgs = [ ['1977494','Stare Miasto, Lublin','','/photo/0/fi/hc/i73l/duvjTd6eFDSKUA0YuA.jpg'], ['1977493','Stare Miasto, Lublin','','/photo/0/fi/hc/i73l/xd3VuIorKSfqswwvZA.jpg'], ['1977489','Kirkut w Szczebrzeszynie: drzewa','','/photo/0/fi/hc/i73l/MwnYd6VTlaB0qKgq8A.jpg'] ]; ihtml+=''; ihtml+='
'; ihtml+='
'; ihtml+=''; ihtml+=''; ihtml+='
\n
'; ihtml+='
'; for( i=0; i'+ ''+imgs[i][1]+''; }else{ ihtml+='http://fotoforum.gazeta.pl'+imgs[i][3]+'">'; } if( st == '1'){ if( imgs[i][1] != null && imgs[i][1].length >16) imgs[i][1] = imgs[i][1].substring(0,16)+'...'; ihtml += '
'+imgs[i][1]; } ihtml +='
\n'; } ihtml+='
'; document.write(ihtml); }catch(e){ } } printZaj();