window.addEvent('domready',function(event){var wsGuestBook=new Class({Implements:[Options,Events],options:{mainClass:'wsGB',idValue:'Common',height:420,width:940,getDataAction:'get_messages.php',getVerificationAction:'rand.php',buttonsWidth:250,buttonsHeight:25,commentsKind:0,target:document.body,fxTime:1000,classesSet:{},counterValue:180,inheritParentDimensions:false,optionalElements:['wsGBMainDescription','wsGBName','wsGBMail','wsGBStatement2'],barsColor:'#000000',barsOpacity:0.80},initialize:function(options){this.setOptions(options);this.name='wsGBwindow';this.SetDimensions(this.options);this.CheckButtonsWidth();var wsGBObject=this.InitBox(this.options);this.SetClasses(this.options.classesSet);this.CounterSet(this.options.counterValue);return $extend(wsGBObject,this);},elements:[{'key':'wsGBHead','el':'div','styles':'background: url(bkgs/commentsheaderdescription.png) left center no-repeat;','html':'','items':[{'key':'wsGBWrite','el':'div','styles':'float: right;width: 103px;background: url(bkgs/writebutton.png) center 0px no-repeat;'},{'key':'wsGBCounter','el':'div','optional':true,'styles':'float: right;width: 230px;','items':[{'key':'wsGBCounterDynamic','el':'div','styles':'float: left;width: 100px;'},{'key':'wsGBCounterStatic','el':'div','styles':'float: left;width: 130px;'}]}]},{'key':'wsGBFormContainer','el':'div','styles':'display:block;height:0px;overflow:hidden;background-color:#eeeeee;','items':[{'key':'wsGBForm','el':'form','styles':'margin:5px;','items':[{'key':'wsGBMainDescription','optional':true,'el':'p','classes':'wsGBStatement1','html':'Komentarz nie może zawierać treści wulgarnych lub obelżywych. Nazwa jest polem wymaganym, podanie adresu email jest opcjonalne.'},{'key':'wsGBInputsBox','el':'div','styles':'width:80%;margin:auto;','items':[{'key':'wsGBName','el':'label','optional':true,'styles':'width:100%;display:block;height:20px;','html':'<span style="text-decoration: underline">Nazwa wyświetlana</span>','items':[{'el':'input','styles':'width:50%;float:right;','classes':'wsGBNameInput','type':'text'}]},{'key':'wsGBMail','el':'label','styles':'width:100%;display:block;height:20px;','html':'Adres email','optional':true,'items':[{'el':'input','styles':'width:50%;float:right;','classes':'wsGBMailInput','type':'text'}]},{'key':'wsGBWww','el':'label','styles':'width:100%;display:block;height:20px;','html':'Strona internetowa','optional':true,'items':[{'el':'input','styles':'width:50%;float:right;','classes':'wsGBWwwInput','type':'text'}]},{'el':'br','classes':'clearfloat'}]},{'key':'wsGBStatement2','optional':true,'el':'p','styles':'border:1px solid red;background-color:#FFC673;padding:2px; margin:2px 0;','html':'Podaj adres email, jeśli chcesz otrzymywać od PSR powiadomienia o nowych akcjach, zarówno poważnych, jak i mniej poważnych. <span>Podanie adresu jest równoważne z wyrażeniem zgody w trybie ustawy z dnia 29.08.1997r. o ochronie danych osobowych na przetwarzanie danych osobowych celem informowania o poczynaniach Stowarzyszenia.</span>'},{'key':'wsGBCommentHead','el':'p','optional':true,'styles':'text-decoration:underline;','html':'Treść komentarza'},{'key':'wsGBEmots','el':'div','styles':'margin:auto;width:136px;height:15px;','items':[{'key':'wsGBEmoSmile','el':'div','emoticon':':)','styles':'width:17px;height:15px;float:left;background:url(bkgs/emots.png) 0 0;'},{'key':'wsGBEmoLaugh','el':'div','emoticon':':D','styles':'width:17px;height:15px;float:left;background:url(bkgs/emots.png) -17px 0;'},{'key':'wsGBEmoGrief','el':'div','emoticon':':(','styles':'width:17px;height:15px;float:left;background:url(bkgs/emots.png) -34px 0;'},{'key':'wsGBEmoWink','el':'div','emoticon':';)','styles':'width:17px;height:15px;float:left;background:url(bkgs/emots.png) -51px 0;'},{'key':'wsGBEmoEmbarassment','el':'div','emoticon':':|','styles':'width:17px;height:15px;float:left;background:url(bkgs/emots.png) -68px 0;'},{'key':'wsGBEmoTongue','el':'div','emoticon':':P','styles':'width:17px;height:15px;float:left;background:url(bkgs/emots.png) -85px 0;'},{'key':'wsGBEmoHeart','el':'div','emoticon':'8>','styles':'width:17px;height:15px;float:left;background:url(bkgs/emots.png) -102px 0;'},{'key':'wsGBEmoSkullbones','el':'div','emoticon':'8X','styles':'width:17px;height:15px;float:left;background:url(bkgs/emots.png) -119px 0;'}]},{'key':'wsGBComment','el':'textarea','styles':'height:90px;'},{'key':'wsGBCaptcha','el':'div'}]},{'key':'wsGBButtonBarWrite','el':'div','items':[{'key':'wsGBButtonsContainerWrite','el':'div','styles':'margin:auto;height:30px;','items':[{'el':'div','classes':'wsGBSubmitBut wsGBButton','styles':'background:url(bkgs/buttonsform.png) center 0 no-repeat;'},{'el':'div','classes':'wsGBClearBut wsGBButton','styles':'background:url(bkgs/buttonsform.png) center -25px no-repeat;'},{'el':'div','classes':'wsGBCancelBut wsGBButton','styles':'background:url(bkgs/buttonsform.png) center -50px no-repeat;'}]}]}]},{'el':'div','classes':'wsGBCommentsContainer','items':[{'el':'div','classes':'wsGBComments','styles':'overflow:auto;padding:5px;'},{'key':'wsGBButtonBarComments','el':'div','items':[{'key':'wsGBButtonsContainerComments','el':'div','optional':true,'styles':'margin:auto;height:30px;','items':[{'el':'div','classes':'wsGBNewer wsGBButton','styles':'background:url(bkgs/buttonscomments.png) center -25px no-repeat;'},{'el':'div','classes':'wsGBPosition wsGBButton'},{'el':'div','classes':'wsGBOlder wsGBButton','styles':'background:url(bkgs/buttonscomments.png) center 0px no-repeat;'}]}]}]}],GBAlerts:new Hash,GBElements:new Hash({}),SetDimensions:function(options){if(options.inheritParentDimensions){options.height=options.target.getSize().y;options.width=options.target.getSize().x;}},CheckButtonsWidth:function(options){if(this.options.width<(this.options.buttonsWidth*3))this.options.buttonsWidth=Math.round(this.options.width/3)-1;},SetClasses:function(classes,options){var classesHash=new Hash();this.options.classesSet=classes;classesHash.combine(this.options.classesSet).each(function(item){if(this.GBElements[classesHash.keyOf(item)])this.GBElements[classesHash.keyOf(item)].setProperty('class',item);}.bind(this));},CounterSet:function(value,options){this.options.counterValue=value;},InitBox:function(options){var GBEl=this.GBElements;var GBAl=this.GBAlerts;var getComments=(function(start,end){var CommentsRequest=new Request.JSON({url:'get_comments.php',onSuccess:function(data){if(data.length>1){this.options.counterValue=data.length-1;GBEl.wsGBComments.empty();data.each(function(item,index){if(index>0){var wsGBCommentItem=new Element('div',{'class':'wsGBCommentItem','styles':{'width':'98%','margin':'auto'},'html':'<div><div>'
+item.name
+'</div><div>'
+item.date
+'</div></div><div class="wsGBCommentItemBody">'
+item.text
+'</div><br style="clear: both;height: 0;font-size: 1px;line-height: 0px;" />'}).inject(GBEl.wsGBComments,'bottom');if(this.options.commentsKind==0){wsGBCommentItem.getFirst().setStyles({'width':'10%','padding':'1%','float':'left'});wsGBCommentItem.getLast().getPrevious().setStyles({'width':'86%','padding':'1%','float':'right'});}}}.bind(this));}else{this.options.counterValue=0;}}.bind(this)}).get({'id':this.options.idValue,'start':start,'end':end});}.bind(this));var placeElements=(function(elementsArray,target){if(elementsArray)elementsArray.each(function(item,index){if(!item.optional||this.options.optionalElements.contains(item.key)){if(item.key)var GBElementsHashId=item.key;else
var GBElementsHashId=item.classes.split(' ')[0];var GBElementsHashElement=new Element(item.el,{'id':item.id}).setProperty('style',item.styles).inject(target,'bottom');GBEl.set(GBElementsHashId,GBElementsHashElement);if(item.type)GBEl[GBElementsHashId].setProperty('type',item.type);if(item.html)GBEl[GBElementsHashId].set('html',item.html);if(item.classes)GBEl[GBElementsHashId].setProperty('class',item.classes);else
GBEl[GBElementsHashId].setProperty('class',item.key);if(item.emoticon)GBEl[GBElementsHashId].emoticon=item.emoticon;placeElements(item.items,GBEl[GBElementsHashId]);}}.bind(this));}.bind(this));var GuestBookBox=new Element('div',{'class':options.mainClass});GuestBookBox.state=false;GuestBookBox.FormHeight=this.options.height
-this.options.buttonsHeight;GuestBookBox.setStyles({'width':this.options.width+'px','height':this.options.height+'px','overflow':'hidden'});placeElements(this.elements,GuestBookBox);GBEl.wsGBComments.setStyle('height',GuestBookBox.FormHeight
-this.options.buttonsHeight-10+'px');GuestBookBox.getElements('div.wsGBButton').each(function(item){item.setStyles({'width':this.options.buttonsWidth,'height':this.options.buttonsHeight,'float':'left'});}.bind(this));[GBEl.wsGBHead,GBEl.wsGBButtonBarWrite,GBEl.wsGBButtonBarComments].each(function(item){item.setStyles({'width':this.options.width+'px','background-color':this.options.barsColor,'opacity':this.options.barsOpacity});}.bind(this));[GBEl.wsGBHead,GBEl.wsGBButtonBarWrite,GBEl.wsGBButtonBarComments,GBEl.wsGBHead.getElements('div'),GBEl.wsGBButtonBarWrite.getElements('div'),GBEl.wsGBButtonBarComments.getElements('div')].flatten().each(function(item){item.setStyle('height',this.options.buttonsHeight);}.bind(this));GBEl.wsGBEmots.getElements('div').addEvents({'mouseenter':function(event){this.highlight();},'click':function(event){GBEl.wsGBComment.insertAtCursor(this.emoticon,false);}});GBEl.wsGBComment.setStyles({'width':this.options.width-12+'px'});var FxTimeout=this.options.fxTime;var scrollBoxes=(function(){var GuestBookBoxForm=GBEl.wsGBFormContainer;var GuestBookBoxComments=GBEl.wsGBComments;if(GuestBookBoxForm.getProperty('height')=='0px')GuestBookBox.state=false;if(GuestBookBox.state){GuestBookBoxForm.set('morph',{duration:FxTimeout,transition:'circ:in'}).morph({height:0});;(function(){GuestBookBoxComments.set('tween',{duration:600}).tween('opacity','1');}.bind(GuestBookBox)).delay(FxTimeout);(function(){this.state=false;}.bind(GuestBookBox)).delay(FxTimeout+600);}else{GuestBookBoxComments.set('tween',{duration:600}).tween('opacity','0');(function(){GuestBookBoxForm.set('morph',{duration:FxTimeout,transition:'circ:out'}).morph({height:GuestBookBox.FormHeight});this.state=true;}.bind(GuestBookBox)).delay(700);}}.bind(this));GBEl.wsGBForm.setStyle('height',GuestBookBox.FormHeight
-this.options.buttonsHeight-17+'px');GBEl.wsGBButtonsContainerWrite.setStyle('width',this.options.buttonsWidth*3);if(GBEl.wsGBButtonsContainerComments)GBEl.wsGBButtonsContainerComments.setStyle('width',this.options.buttonsWidth*3);var buttonsHeight=this.options.buttonsHeight;[GBEl.wsGBSubmitBut,GBEl.wsGBClearBut,GBEl.wsGBCancelBut].each(function(item,index){item.addEvents({'mouseenter':function(event){item.setStyle('background-position','50% '+(-buttonsHeight*(index+3))+'px');},'mouseleave':function(event){item.setStyle('background-position','50% '+(-buttonsHeight*index)+'px');}});});GBEl.wsGBSubmitBut.addEvents({'click':function(event){var validityCheck=0;GBAl.each(function(item){item.destroy();});function setAlerts(item,source){item.setStyles({'position':'absolute','width':source.getSize().x,'height':source.getSize().y,'left':source.getPosition().x,'top':source.getPosition().y,'background-color':'red','opacity':0.7});item.inject(document.body,'bottom');item.addEvent('mouseenter',function(event){item.fade('out');(function(){item.destroy();}).delay(300);});source.addEvent('focus',function(event){item.destroy();});(function(){item.destroy();}).delay(5000);}
if(!/^[A-Za-z\- \ąĄcĆeĘłŁńŃóÓśŚżŻźŹ\d]{5,30}$/.test(GBEl.wsGBNameInput.value)){GBAl.NameAlert=new Element('div',{'class':'wsGBNameInputAlert','html':'Nazwa jest błędna'});setAlerts(GBAl.NameAlert,GBEl.wsGBNameInput);validityCheck=validityCheck-1;}
if(GBEl.wsGBMailInput.value.length<5||!/^(\w+[\-\.])*\w+@(\w+\.)+[A-Za-z]+$/.test(GBEl.wsGBMailInput.value)){GBAl.MailAlert=new Element('div',{'class':'wsGBMailInputAlert','html':'Mail jest błędny'});setAlerts(GBAl.MailAlert,GBEl.wsGBMailInput);}
if(GBEl.wsGBComment.value.length<5){GBAl.CommentAlert=new Element('div',{'class':'wsGBCommentAlert','html':'Komentarz jest zbyt krótki (minimum 5 znaków)'});setAlerts(GBAl.CommentAlert,GBEl.wsGBComment);validityCheck=validityCheck-1;}
if(validityCheck==0){var wsGBDataToSend=new Object;wsGBDataToSend.id=GuestBookBox.messageId;wsGBDataToSend.chosen=0;GBEl.wsGBCaptcha.getElements('input').each(function(item){if(item.checked)wsGBDataToSend.chosen=item.value;});wsGBDataToSend.regarding=options.idValue;wsGBDataToSend.text=GBEl.wsGBComment.value;wsGBDataToSend.name=GBEl.wsGBNameInput.value;wsGBDataToSend.mail=GBEl.wsGBMailInput.value;new Request.JSON({url:'save_comments.php',onSuccess:function(data){getComments(0,20);}.bind(this)}).get({'json':wsGBDataToSend});GBEl.wsGBWrite.setStyle('background-position','50% 0px');scrollBoxes();}}});GBEl.wsGBClearBut.addEvent('click',function(event){GBEl.wsGBForm.reset();GBAl.each(function(item){item.destroy();});});GBEl.wsGBCancelBut.addEvent('click',function(event){GBAl.each(function(item){item.destroy();});GBEl.wsGBForm.reset();scrollBoxes();GBEl.wsGBWrite.setStyle('background-position','50% 0px');}.bind(this));GBEl.wsGBWrite.state=false;GBEl.wsGBWrite.addEvents({'mouseenter':function(event){this.setStyle('background-position','50% '+(-buttonsHeight)+'px');},'mouseleave':function(event){if(!this.state)this.setStyle('background-position','50% 0px');},'click':function(event){GBEl.wsGBWrite.state=false;if(!GuestBookBox.state){GBEl.wsGBWrite.state=true;GBEl.wsGBWrite.setStyle('background-position','50% '+(-buttonsHeight)+'px');new Request.JSON({url:'rand.php',onSuccess:function(data){GuestBookBox.messageId=data.id;GBEl.wsGBCaptcha.set('html','<label class="wsGBCaptchaLabel" style="display:block;width:100%;">'
+'<input style="border:none" type="radio" name="wsGBCaptcha" value="'
+data.dummy1
+'" class="wsGBCaptcha1_0" />'
+data.dummytext1
+'</label><label class="wsGBCaptchaLabel" style="display:block;width:100%;">'
+'<input style="border:none" type="radio" name="wsGBCaptcha" value="'
+data.dummy2
+'" class="wsGBCaptcha1_1" />'
+data.dummytext2
+'</label><label class="wsGBCaptchaLabel" style="display:block;width:100%;">'
+'<input style="border:none" type="radio" name="wsGBCaptcha" value="'
+data.dummy3
+'" class="wsGBCaptcha1_2" />'
+data.dummytext3+'</label>');}.bind(this)}).get({'id':'0'});}
scrollBoxes();}.bind(this)});getComments(0,20);GuestBookBox.inject(this.options.target,'bottom');return GuestBookBox;}});var GB=new wsGuestBook({'target':$('kom_tab'),'classesSet':{'wsGBHead':'wsGBHeader'}});GB.SetClasses({'wsGBHead':'wsGBHeaderHeader abc'});GB.CounterSet(18011);});comments=[[{height:"30",comment:"Widok ogólny perełki wśród pomników papy. Szczęśliwie inskrypcja na cokole informuje, kto był inspiracją dla powstania pomnika",bigImage:"big800",file:"1s1",author:"Michał Rembas"},{height:"15",comment:"Jedynie profil wskazuje, że modelem mógł być Geniusz Wadowic",bigImage:"big800",file:"1s2",author:"Michał Rembas"},{height:"15",comment:"Siostry nie popisały się dziś tym obiadem...",bigImage:"big800",file:"1s3",author:"Michał Rembas"},{height:"15",comment:"Gratulujemy Kołu Łowieckiemu zrozumienia dla wizji artysty",bigImage:"big800",file:"1s4",author:"Michał Rembas"}],[{height:"15",comment:"Zabrakło krasnali",bigImage:"big800",file:"2s1",author:"Michał Rembas"},{height:"30",comment:"Wspaniała prywatna inicjatywa. Wspaniale uchwycone srogie spojrzenie, gromiące wrogów jedynie prawdziwego kościoła",bigImage:"big800",file:"2s2",author:"Michał Rembas"},{height:"30",comment:"Po dokładniejszych oględzinach wydaje się, że poddano papę obrzędom voodoo - ta bladość lica, ta sztywność gestów...",bigImage:"big800",file:"2s3",author:"Michał Rembas"}],[{height:"15",comment:"Papa w formie plasterka tańszy był pewnie od trójwymiarowego",bigImage:"big800",file:"3s1",author:"Michał Rembas"},{height:"30",comment:"Może to jednak nie plasterek, może kryje się za tym jakaś bardziej przerażająca tajemnica? Zobacz następną fotkę...",bigImage:"big800",file:"3s2",author:"Michał Rembas"},{height:"30",comment:"Papa nie odszedł do taty, siły ciemności uwięziły go w karbonicie. Niechaj moc z nim będzie, Han Solo wyszedł z tego cało",bigImage:"big800",file:"3s3",author:"Michał Rembas"}],[{height:"30",comment:"Kamyczek słuszny, na kamyczku figurka. Kto by pomyślał, że nasz narodowy bohater skończy jako gotycka drag queen",bigImage:"src",file:"4s1",author:"Michał Rembas"},{height:"15",comment:"Zbliżenie na misterny makijaż",bigImage:"src",file:"4s2",author:"Michał Rembas"}],[{height:"55",comment:"To jest orzeł, powtarzam, to jest orzeł. Szczęśliwie uczestnicy wojen wymienionych na tablicy w większości są już martwi i nie mogą wyrazić społeczności i władzom Drezdenka ogromu swej wdzięczności za tak piękne uhonorowanie ich wysiłków",bigImage:"src",file:"5s1",author:"Michał Rembas"},{height:"15",comment:"Kura, przepraszam, orzeł w pełnej krasie...",bigImage:"src",file:"5s2",author:"Michał Rembas"}],[{height:"15",comment:"Skromny podarunek dla papy - w tle równie skromna wieżyczka podarunku",bigImage:"src",file:"6s1",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"ABS - absolutny brak szyi",bigImage:"src",file:"6s2",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Z tej perspektywy wyglada zdecydowanie najkorzystniej",bigImage:"src",file:"6s3",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Co mi tutaj dajesz, co ja modelarz jestem?",bigImage:"src",file:"6new1",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Wyszyński zamyślił się - spodobało mu się. Zamyślił się raz jeszcze",bigImage:"src",file:"6s4",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Skromniutki sprawca zamieszania - Matulewicz",bigImage:"src",file:"6new2",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Kuuuurcze, zaraz zlecę...",bigImage:"src",file:"6s5",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Niech stąpi duch Twój i odnowi oblicze...",bigImage:"src",file:"6s6",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"...parkingu, tego parkingu!",bigImage:"src",file:"6s7",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"}],[{height:"15",comment:"No to wchodzimy...",bigImage:"src",file:"7new1",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Oto są kicz i tandeta, które ze mnie zrobią",bigImage:"src",file:"7s1",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Te koloryzujące soczewki są do d***",bigImage:"src",file:"7s2",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Zaparcie? Xenna - działa jak natura chciała",bigImage:"src",file:"7s3",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Mówiłem żebyś się nie obżerał na święta",bigImage:"src",file:"7s4",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Kicz w pełni, czyli jeleń na rykowisku",bigImage:"src",file:"7s5",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Pokuta Szarika",bigImage:"src",file:"7s6",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Dostałem kwiatek od księdza proboszcza, piękny...",bigImage:"src",file:"7s7",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Puder Chanel - najlepszy dla mężczyzny",bigImage:"src",file:"7s8",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Prawdziwa cnota nawet księdza się nie boi",bigImage:"src",file:"7s9",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Lampa, lampa, lamma sabachthani",bigImage:"src",file:"7s10",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Poszedł mi stąd, kwiatki dopierom opieliła!",bigImage:"src",file:"7new5",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Dziś na obiad gołąbki!",bigImage:"src",file:"7s11",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Proszę, proszę daj gołębia...",bigImage:"src",file:"7s12",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Prawie jak Budda. Prawie robi wielką różnicę",bigImage:"src",file:"7s13",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Ta korona jest chyba o rozmiar za mała",bigImage:"src",file:"7s14",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Gdzie jest moje serce? Może w Sokółce?",bigImage:"src",file:"7s15",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Madonna, a różowa jak Doda...",bigImage:"src",file:"7s16",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Prawie jak Barbie",bigImage:"src",file:"7s17",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Jeśli tak wyglądają aniołki to ja chcę do piekła",bigImage:"src",file:"7s18",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Dżej Si in da haus",bigImage:"src",file:"7s19",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Jezu, faktycznie miałeś rację. Te soczewki są beznadziejne",bigImage:"src",file:"7s20",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Poroniony... pomysł",bigImage:"src",file:"7s21",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Starożytny mieszkaniec Palestyny nr 1",bigImage:"src",file:"7new2",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Starożytny mieszkaniec Palestyny nr 2",bigImage:"src",file:"7new3",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Miseczka A",bigImage:"src",file:"7s22",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Szczęki 666 - masakra w Licheniu",bigImage:"src",file:"7s23",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Anielska Baba Jaga",bigImage:"src",file:"7s24",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Szarik 2",bigImage:"src",file:"7s25",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"A tak działa woda święcona...",bigImage:"src",file:"7s26",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"...w połączeniu z błogosławieństwem biskupa",bigImage:"src",file:"7new6",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"W koszyku są dwie kaczki... hmmm",bigImage:"src",file:"7s27",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Patron anoreksji",bigImage:"src",file:"7s28",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Skocz po gwoździe!",bigImage:"src",file:"7s29",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Krzyżowanie to niewdzięczna robota, poobracałoby się jakąś panienkę...",bigImage:"src",file:"7s30",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Trzecia godzina gratis",bigImage:"src",file:"7s31",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"}],[{height:"15",comment:"Bóg jest wszędzie",bigImage:"big800",file:"8s1",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"30",comment:"Kabina - 5 zdrowasiek, pisuar - 1 zdrowaśka, papier toaletowy - 2 razy Ojcze Nasz",bigImage:"big800",file:"8s2",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Licheńland w pełnej krasie",bigImage:"big800",file:"8new1",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"W Disneylandzie mają zameczek na górce...",bigImage:"big800",file:"8new2",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Serce w Sokółce, macica w Licheniu",bigImage:"big800",file:"8s3",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Moherowa husaria",bigImage:"big800",file:"8s4",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Breloczek od kluczy Kolbego",bigImage:"big800",file:"8new3",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Ciekawe jak przeszedł przez odprawę celną?",bigImage:"big800",file:"8new4",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Wypijmy za wejście do nieba. Na zdrowie!",bigImage:"big800",file:"8s5",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Ale mam kaca... Wczoraj imprezowałem z Zeusem",bigImage:"src",file:"8s6",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Kurcze, jeszcze te parę metrów w górę, a pot spod beretu już kapie",bigImage:"big800",file:"8new5",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Którym???",bigImage:"big800",file:"8new6",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Nie wiem co brał autor; ja tego świństwa do ust nie wezmę...",bigImage:"big800",file:"8s7",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Śrem - jak umrzeć to tylko u nas",bigImage:"src",file:"8s8",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Syn po wodzie, matka po kamieniach...",bigImage:"src",file:"8s9",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Czarny Chrystus, spoko ziomal ",bigImage:"src",file:"8s10",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Nie rzucaj pereł przed wieprze",bigImage:"src",file:"8s11",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Obozowy pasiak jeszcze nigdy nie był tak gustowny",bigImage:"src",file:"8s12",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Perłowa trójca",bigImage:"src",file:"8s13",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Zamiast perełek - szkiełka",bigImage:"big800",file:"8new7",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"}],[{height:"15",comment:"Kaczka zawsze dziewica",bigImage:"src",file:"9s1",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Trzy złote i jest Twoja",bigImage:"src",file:"9s2",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Zeus z Ledą spłodził Herkulesa, co wyjdzie z połączenia kaczora z Maryją?",bigImage:"src",file:"9s3",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Do wyboru, do koloru; zależy jak odporne jest Twoje poczucie estetyki",bigImage:"src",file:"9s4",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Cif w białej, Ludwik w niebieskiej, Pur w różowej - nie będzie Ci się mylić",bigImage:"src",file:"9s5",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Zobacz taką lampkę w nocy w ciemnym pokoju - atak serca masz jak w banku",bigImage:"src",file:"9s6",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Chłopaki, śpieszcie się z jedzeniem, czas nagli, mam jutro pilną sprawę do załatwienia",bigImage:"src",file:"9s7",author:"Alien <a href='http://blackpudding.blog.onet.pl/' target='_blank'>Blog autora</a>"},{height:"15",comment:"Atak klonów",bigImage:"src",file:"9s8",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Święty kotek, święta trąbka, święty zegar...",bigImage:"src",file:"9s9",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Metroseksualizm jest trendy",bigImage:"src",file:"9s10",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Love is everything, Jezus Cię kocha, ale uważa Cię za frajera",bigImage:"src",file:"9s11",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Dewocjonalia made in China",bigImage:"src",file:"9s12",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Na specjalne zamówienie doklejamy także wszystkich świętych",bigImage:"src",file:"9s13",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"}],[{height:"15",comment:"Lej ku chwale Pana",bigImage:"src",file:"10s1",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Pomyślcie jakie za nią płacimy rachunki",bigImage:"src",file:"10s2",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"Nie pomyl się, bo dostaniesz biegunki",bigImage:"src",file:"10s3",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"",bigImage:"src",file:"10s4",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"},{height:"15",comment:"",bigImage:"src",file:"10s5",author:"Paweł Gliński <a href='http://apostazja.pl' target='_blank'>Strona Apostazja.pl</a>"}],[{height:"15",comment:"Taką...",bigImage:"big800",file:"11s1",author:"Michał Rembas"},{height:"15",comment:"rybę złapałem",bigImage:"big800",file:"11s2",author:"Michał Rembas"}],[{height:"15",comment:"Jabba przechodzi przez gwiezdne wrota",bigImage:"src",file:"12s1",author:"Michał Rembas"},{height:"15",comment:"Witajcie pradawni Alteranie!",bigImage:"src",file:"12s2",author:"Michał Rembas"},{height:"15",comment:"Grunt to mieć dobre plecy",bigImage:"src",file:"12s3",author:"Michał Rembas"},{height:"15",comment:"",bigImage:"src",file:"12s4",author:"Michał Rembas"}],[{height:"15",comment:"Dżepetto i pinokio",bigImage:"src",file:"13s1",author:"Michał Rembas"},{height:"15",comment:"Kurcze, ale Ty masz małą głowę",bigImage:"src",file:"13s2",author:"Michał Rembas"},{height:"15",comment:"Tatusiu, dlaczego jestem taki niewyrośnięty?",bigImage:"src",file:"13s3",author:"Michał Rembas"},{height:"15",comment:"W odróżnieniu od innych ja Cię puknę tylko tutaj",bigImage:"src",file:"13s4",author:"Michał Rembas"}],[{height:"15",comment:"Grunt to fajny szalik",bigImage:"src",file:"14s1",author:"Michał Rembas"}],[{height:"15",comment:"Prawie jak husarz",bigImage:"src",file:"15s1",author:"Michał Rembas"},{height:"15",comment:"Zdejmijcie ze mnie ten plecak",bigImage:"src",file:"15s2",author:"Michał Rembas"},{height:"15",comment:"Grom strzelił i na pół złamał",bigImage:"src",file:"15s3",author:"Michał Rembas"},{height:"15",comment:"Kurcze, jak ja z tym wstanę?",bigImage:"src",file:"15s4",author:"Michał Rembas"}],[{height:"15",comment:"Nowa dyscyplina olimpijska - przelot kajakiem",bigImage:"src",file:"16s1",author:"Michał Rembas"},{height:"15",comment:"Zapraszamy wszystkich do kajaka",bigImage:"src",file:"16s2",author:"Michał Rembas"},{height:"15",comment:"Krążownik nowej ewangelizacji",bigImage:"src",file:"16s3",author:"Michał Rembas"},{height:"15",comment:"Kamasutra to pasjonująca lektura",bigImage:"src",file:"16s4",author:"Michał Rembas"}],[{height:"15",comment:"Papa - gondolier",bigImage:"src",file:"17s1",author:"Michał Rembas"},{height:"15",comment:"Przeprawa przez Styks - 2 euro. Po jednym na każde oko",bigImage:"src",file:"17s2",author:"Michał Rembas"},{height:"15",comment:"Balia piotrowa",bigImage:"src",file:"17s3",author:"Michał Rembas"},{height:"15",comment:"W tym wdzianku nie mogę opuścić ręki",bigImage:"src",file:"17s4",author:"Michał Rembas"}],[{height:"15",comment:"Współczesny Światowid",bigImage:"big800",file:"18s1",author:"Platanacero źródło:<a href='http://commons.wikimedia.org/wiki/File:August%C3%B3w,_pomniki_papie%C5%BCa_Jana_Paw%C5%82a_II_1.JPG' target='_blank'>Wikimedia Commons</a> Public Domain"},{height:"15",comment:"Pieńka nie starczyło na stópki",bigImage:"big800",file:"18s2",author:"Platanacero źródło:<a href='http://commons.wikimedia.org/wiki/File:August%C3%B3w,_pomniki_papie%C5%BCa_Jana_Paw%C5%82a_II_2.JPG' target='_blank'>Wikimedia Commons</a> Public Domain"},{height:"15",comment:"Pamiętamy, niestety",bigImage:"big800",file:"18s3",author:"Platanacero źródło:<a href='http://commons.wikimedia.org/wiki/File:August%C3%B3w,_pomniki_papie%C5%BCa_Jana_Paw%C5%82a_II_1.JPG' target='_blank'>Wikimedia Commons</a> Public Domain"}],[{height:"15",comment:"Lenin czekał tutaj na statek 12 maja 1915 roku od godziny 17.20 do 18.08",bigImage:"big800",file:"19s1",author:"Platanacero źródło:<a href='http://commons.wikimedia.org/wiki/File:August%C3%B3w,_pomniki_papie%C5%BCa_Jana_Paw%C5%82a_II_5.JPG' target='_blank'>Wikimedia Commons</a> Public Domain"},{height:"15",comment:"Kapitan statku popełnił samobójstwo z powodu opóźnienia",bigImage:"big800",file:"19s2",author:"Platanacero źródło:<a href='http://commons.wikimedia.org/wiki/File:August%C3%B3w,_pomniki_papie%C5%BCa_Jana_Paw%C5%82a_II_5.JPG' target='_blank'>Wikimedia Commons</a> Public Domain"},{height:"15",comment:"Poczekalnia z jednym krzesłem",bigImage:"big800",file:"19s3",author:"Platanacero źródło:<a href='http://commons.wikimedia.org/wiki/File:August%C3%B3w,_pomniki_papie%C5%BCa_Jana_Paw%C5%82a_II_3.JPG' target='_blank'>Wikimedia Commons</a> Public Domain"}],[{height:"15",comment:"Następna mutacja Jabby the Hutt",bigImage:"big800",file:"20s1",author:"Janusz Jurzyk źródło:<a href='http://commons.wikimedia.org/wiki/File:Pomnik_papie%C5%BCa_w_%C5%81owiczu.JPG' target='_blank'>Wikimedia Commons</a> licencja:Creative Commons Attribution ShareAlike 3.0"},{height:"15",comment:"Maszeruje papież, maszeruje...",bigImage:"big800",file:"20s2",author:"Bonio źródło:<a href='http://commons.wikimedia.org/wiki/File:Bor%C3%B3w-pomnik_papie%C5%BCa.JPG' target='_blank'>Wikimedia Commons</a> licencja:Creative Commons Attribution ShareAlike 3.0"},{height:"15",comment:"Pizza Hut na trzecim piętrze",bigImage:"src",file:"20s3",author:""},{height:"15",comment:"Nie lękamy się - unikamy",bigImage:"src",file:"20s4",author:""},{height:"30",comment:"Otynkowanie kamienicy - 200 tysięcy, pomnik papieża - pół miliona, wrażenia estetyczne - bezcenne",bigImage:"src",file:"20s5",author:""},{height:"15",comment:"Come to papa",bigImage:"src",file:"20s6",author:""},{height:"15",comment:"Poproszę pięć piw!",bigImage:"src",file:"20s7",author:""},{height:"15",comment:"Papa wypina się na PKP",bigImage:"src",file:"20s8",author:""},{height:"15",comment:"Świetne są te dowcipy o klerykach",bigImage:"src",file:"20s9",author:""},{height:"15",comment:"Papa - pacynka, patron sztuk dla dzieci",bigImage:"src",file:"20s10",author:""},{height:"15",comment:"Postawili mnie tu nielegalnie, przepraszam",bigImage:"src",file:"20s11",author:""},{height:"15",comment:"Muszę iść do kardiologa",bigImage:"big800",file:"20s12",author:"Patryk Korzeniecki źródło:<a href='http://commons.wikimedia.org/wiki/File:%C5%81om%C5%BCa_Pomnik_Jan_Pawe%C5%82_II.jpg' target='_blank'>Wikimedia Commons</a> licencja:Creative Commons Attribution ShareAlike 3.0"},{height:"15",comment:"Wkrótce Dzień Sądu - T1000 nadchodzi",bigImage:"big800",file:"20s13",author:"Marian Gladis źródło:<a href='http://commons.wikimedia.org/wiki/File:P%C3%A1pe%C5%BE_Ko%C5%A1ice1.jpg' target='_blank'>Wikimedia Commons</a> licencja:Creative Commons Attribution ShareAlike 3.0"},{height:"15",comment:"Papa w kaftanie",bigImage:"big800",file:"20s14",author:"Hubert Śmietanka źródło:<a href='http://commons.wikimedia.org/wiki/File:POL_Rawa_Mazowiecka_2.jpg' target='_blank'>Wikimedia Commons</a> licencja:Creative Commons Attribution ShareAlike 3.0"},{height:"15",comment:"Lud tej ziemi bardzo go nie lubił",bigImage:"src",file:"20s15",author:""},{height:"15",comment:"Niech żyje przyjaźń ukraińsko-watykańska",bigImage:"src",file:"20s16",author:""},{height:"15",comment:"Papież na Grenlandii, Matka Boska na słupie",bigImage:"big800",file:"20s17",author:"Spacejam2 źródło:<a href='http://commons.wikimedia.org/wiki/File:Pomnik_Papieza_Tarnobrzeg.JPG' target='_blank'>Wikimedia Commons</a> licencja:Creative Commons Attribution ShareAlike 3.0, 2.5, 2.0, 1.0"},{height:"15",comment:"Chrystus już niepotrzebny, papa jest z nami",bigImage:"src",file:"20s18",author:""},{height:"15",comment:"Kurde, ale wieje",bigImage:"src",file:"20s19",author:""},{height:"15",comment:"Gest Kozakiewicza",bigImage:"src",file:"20s20",author:""},{height:"15",comment:"Wizyta w gabinecie krzywych luster",bigImage:"big800",file:"20s21",author:"Bonio źródło:<a href='http://commons.wikimedia.org/wiki/File:%C5%9Awiebodzice-pomnik_papie%C5%BCa.JPG' target='_blank'>Wikimedia Commons</a> licencja:Creative Commons Attribution ShareAlike 3.0"},{height:"15",comment:"Papa z bliźniakiem syjamskim",bigImage:"src",file:"20s22",author:""}],[{height:"15",comment:"Tylko nie mów nic rodzicom",bigImage:"big800",file:"21s1",author:"nieznany źródło:zbiory Aliena"}],[{height:"15",comment:"Papa vs. zombie",bigImage:"big800",file:"22s1",author:"MG"},{height:"15",comment:"W zbliżeniu papa vs. zombie i chyba też vs. wiatr",bigImage:"big800",file:"22s2",author:"MG"}],];