function printZaj(){ try{ var ihtml=''; var st = '1'; var imgs = [ ['1544465','Miłość w kropki','Miłość w kropki','/photo/2/qg/pg/lp4y/3kbz0EkSrmVf65bTzA.jpg'], ['737570','Po deszczu','Krople deszczu','/photo/2/qg/pg/lp4y/fLTUglFyAjxWLJxE5A.jpg'], ['737569','Skrzydełko','Fragment skrzydła Blue Jay','/photo/2/qg/pg/lp4y/wlCzotoxL9DQaTJcYA.jpg'], ['737568','Lunch dla dwojga','Na łące','/photo/2/qg/pg/lp4y/KAq37i5vhQpacH5ZVA.jpg'], ['737567','Kiepski poniedziałek','Nie wtykaj palców w nieswoje sprawy','/photo/2/qg/pg/lp4y/2w08R6sYdbvDBlALsA.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();