function printZaj(){ try{ var ihtml=''; var st = '0'; var imgs = [ ['1527708','winko','Miłego weekendu!','/photo/1/eh/we/8hn4/AknVD2VxrTWFGAV23A.jpg'], ['1523730','krawcowa','','/photo/1/eh/we/8hn4/i59MxGU4vf3d7UMqIA.jpg'], ['1523731','buty','','/photo/1/eh/we/8hn4/xaDlBEyZrUaGuACDzA.jpg'], ['1523732','chora','','/photo/1/eh/we/8hn4/IFqaaZhBpbGZkvjB8A.jpg'], ['1523733','gniazdko','','/photo/1/eh/we/8hn4/u7GQgFd6IwCqEH5AZA.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();