Pátek , 27 Červen 2025
Domů Programování TensorFlow.js Rozpoznávání obrázků v TensorFlow.js
TensorFlow.js

Rozpoznávání obrázků v TensorFlow.js

blank
blank

Pro rozpoznávání obrázků v TensorFlow.js na webové stránce navrhneme následující projektovou strukturu:

  1. Index.html: Hlavní stránka, která zobrazuje uživatelské rozhraní pro nahrávání obrázků.
  2. styles.css: Soubor CSS pro stylování stránky.
  3. script.js: JavaScriptový soubor, který obsahuje logiku TensorFlow.js pro zpracování a rozpoznávání obrázků.
  4. model/: Složka obsahující předtrénovaný model (pokud používáme lokální model místo načítání z URL).

Nejprve vytvoříme základní HTML strukturu s možností nahrávání obrázků. Poté přidáme TensorFlow.js a logiku pro zpracování a rozpoznávání obrázků.


<!DOCTYPE html>
<html>
<head>
<title>Rozpoznávání obrázků s TensorFlow.js</title>
<link rel="stylesheet" href="styles.css">
</head>
<body data-rsssl=1>
<h1>Rozpoznávač obrázků</h1>
<input type="file" id="image-upload" accept="image/*">
<button id="predict-button">Rozpoznat obrázek</button>
<div id="prediction-result"></div><noscript id="wpfc-google-fonts"><link rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'" id="wesper_fonts_url_preload" href="https://fonts.googleapis.com/css?family=Open+Sans%3A400%2C600%7CIBM+Plex+Serif%3A600%7CGentium+Book+Basic%3A400%7CInter+Tight%3A700%2C%2C500%2C700%2C400%2C&amp;display=swap" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans%3A400%2C600%7CIBM+Plex+Serif%3A600%7CGentium+Book+Basic%3A400%7CInter+Tight%3A700%2C%2C500%2C700%2C400%2C&amp;display=swap">
</noscript>
<script>document.addEventListener('DOMContentLoaded',function(){function wpfcgl(){var wgh=document.querySelector('noscript#wpfc-google-fonts').innerText, wgha=wgh.match(/<link[^\>]+>/gi);for(i=0;i<wgha.length;i++){var wrpr=document.createElement('div');wrpr.innerHTML=wgha[i];document.body.appendChild(wrpr.firstChild);}}wpfcgl();});</script>
<script id="thickbox-js-extra">var thickboxL10n={"next":"N\u00e1sleduj\u00edc\u00ed >","prev":"< P\u0159edchoz\u00ed","image":"Obr\u00e1zek","of":"z celkem","close":"Zav\u0159\u00edt","noiframes":"Tato funkce WordPressu vy\u017eaduje pou\u017eit\u00ed vnit\u0159n\u00edch r\u00e1m\u016f (iframe), kter\u00e9 v\u0161ak patrn\u011b nem\u00e1te povoleny nebo je v\u00e1\u0161 prohl\u00ed\u017ee\u010d v\u016fbec nepodporuje.","loadingAnimation":"https:\/\/petrpikora.com\/wp-includes\/js\/thickbox\/loadingAnimation.gif"};</script>
<script id="ap_plugin_js_script-js-extra">var bsa_object={"ajax_url":"https:\/\/petrpikora.com\/wp-admin\/admin-ajax.php"};</script>
<script id="hap-js-extra">var hap_data={"ajax_url":"https:\/\/petrpikora.com\/wp-admin\/admin-ajax.php","security":"4135992f92"};</script>
<script id="kbx-general-js-js-extra">var kbx_bot_obj={"kbx_bot_position_x":"","kbx_bot_position_y":"","disable_icon_animation":"","ajax_url":"https:\/\/petrpikora.com\/wp-admin\/admin-ajax.php","image_path":"https:\/\/petrpikora.com\/wp-content\/plugins\/knowledgebase-helpdesk-pro\/assets\/images\/","host":"","agent":"","agent_image_path":"https:\/\/petrpikora.com\/wp-content\/plugins\/knowledgebase-helpdesk-pro\/assets\/images\/custom-agent.png","shopper_demo_name":"","shopper_call_you":"","agent_join":null,"back_start":null,"welcome":null,"welcome_back":null,"hi_there":null,"asking_name":null,"i_am":null,"name_greeting":null,"wildcard_msg":null,"articles_search_msg":null,"empty_filter_msg":null,"articles_success":null,"articles_fail":null,"catalog_suggest":null,"is_typing":null,"articles_infinite":null,"wildcard_artilces":null,"wildcard_list":null,"wildcard_support":null,"wildcard_phone":null,"support_welcome":null,"support_email":null,"asking_email":null,"asking_msg":null,"asking_phone":null,"support_query":"a:2:{s:5:\"en_US\";a:1:{i:0;s:5:\"Array\";}s:5:\"cs_CZ\";a:1:{i:0;s:5:\"Array\";}}","support_ans":"a:2:{s:5:\"en_US\";a:1:{i:0;s:0:\"\";}s:5:\"cs_CZ\";a:1:{i:0;s:0:\"\";}}","send_msg":"","hello":"","yes":"","no":"","or":"","sorry":"","sys_key_help":"","sys_key_catalog":"","sys_key_support":"","invalid_email":null,"sys_key_reset":"","help_welcome":null,"help_msg":null,"reset":null,"find_more":null,"find_more_msg":null,"support_phone":null,"stop_words":"","ai_df_enable":"","ai_df_token":"","df_defualt_reply":"","custom_intent_enable":"","rich_response_enable":"","disable_article_search":"","disable_article_list":"","disable_call_me":"","disable_support":""};
var kbx_general_obj={"sidebar_category_toggle_open_icon":"fa fa-plus","sidebar_category_toggle_close_icon":"fa fa-minus","category_opener_mobile_text":"Otev\u0159ete seznam kategori\u00ed","category_closer_mobile_text":"Zav\u0159\u00edt seznam kategori\u00ed"};</script>
<script id="personal-dictionary-js-extra">var aysPersonalDictionaryAjaxPublic={"ajaxUrl":"https:\/\/petrpikora.com\/wp-admin\/admin-ajax.php","icons":{"close_icon":"<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z\"\/><\/svg>","edit_icon":"<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\">\n\t\t\t\t\t\t\t\t\t\t<path d=\"M1.56681 11.5658C1.44504 11.5657 1.32601 11.5296 1.22478 11.4619C1.12354 11.3943 1.04463 11.2981 0.998037 11.1856C0.951442 11.0731 0.939248 10.9493 0.962997 10.8299C0.986745 10.7105 1.04537 10.6008 1.13146 10.5146L10.7541 0.892027C10.8109 0.833215 10.8788 0.786304 10.9539 0.754033C11.0291 0.721761 11.1099 0.704774 11.1916 0.704064C11.2734 0.703353 11.3545 0.718933 11.4302 0.749895C11.5058 0.780856 11.5746 0.826579 11.6324 0.884395C11.6902 0.942211 11.7359 1.01096 11.7669 1.08664C11.7979 1.16231 11.8134 1.2434 11.8127 1.32516C11.812 1.40692 11.795 1.48772 11.7628 1.56285C11.7305 1.63797 11.6836 1.70592 11.6248 1.76272L2.00216 11.3853C1.88208 11.5054 1.72445 11.5658 1.56681 11.5658Z\" fill=\"#0E294A\" fill-opacity=\"0.8\"\/>\n\t\t\t\t\t\t\t\t\t\t<path d=\"M0.61626 16.0002C0.524378 16.0003 0.433644 15.9798 0.350709 15.9403C0.267775 15.9007 0.194743 15.8431 0.136967 15.7717C0.0791917 15.7002 0.038137 15.6167 0.0168128 15.5274C-0.00451143 15.438 -0.00556453 15.345 0.0137308 15.2551L0.965093 10.8207C0.981839 10.7414 1.01407 10.6662 1.05993 10.5994C1.10579 10.5326 1.16439 10.4755 1.23235 10.4314C1.30032 10.3873 1.37633 10.3571 1.45601 10.3424C1.5357 10.3277 1.6175 10.3289 1.69672 10.3459C1.77595 10.3629 1.85104 10.3953 1.91769 10.4414C1.98435 10.4875 2.04125 10.5463 2.08515 10.6144C2.12904 10.6825 2.15907 10.7586 2.17349 10.8383C2.18792 10.918 2.18647 10.9998 2.16923 11.079L1.21787 15.5135C1.18836 15.6512 1.11256 15.7746 1.00308 15.8632C0.893608 15.9517 0.757081 16.0001 0.61626 16.0002ZM5.0501 15.0489C4.92833 15.0488 4.8093 15.0127 4.70807 14.945C4.60683 14.8774 4.52792 14.7812 4.48133 14.6687C4.43473 14.5562 4.42254 14.4324 4.44629 14.313C4.47004 14.1936 4.52866 14.0839 4.61475 13.9977L14.2374 4.37544C14.2942 4.31663 14.3621 4.26972 14.4372 4.23745C14.5124 4.20517 14.5932 4.18819 14.6749 4.18748C14.7567 4.18677 14.8378 4.20235 14.9134 4.23331C14.9891 4.26427 15.0579 4.30999 15.1157 4.36781C15.1735 4.42562 15.2192 4.49438 15.2502 4.57005C15.2812 4.64573 15.2967 4.72681 15.296 4.80857C15.2953 4.89033 15.2783 4.97114 15.2461 5.04626C15.2138 5.12139 15.1669 5.18933 15.1081 5.24614L5.48576 14.8684C5.42861 14.9257 5.36071 14.9712 5.28594 15.0021C5.21117 15.0331 5.13102 15.049 5.0501 15.0489Z\" fill=\"#0E294A\" fill-opacity=\"0.8\"\/>\n\t\t\t\t\t\t\t\t\t\t<path d=\"M0.615412 16.0002C0.46368 15.9996 0.317522 15.943 0.20495 15.8412C0.0923771 15.7395 0.0213089 15.5998 0.00536509 15.4489C-0.0105787 15.298 0.0297234 15.1465 0.118548 15.0235C0.207372 14.9005 0.33847 14.8146 0.486717 14.7822L4.92117 13.8309C5.08063 13.7972 5.24694 13.8281 5.38365 13.9168C5.52036 14.0055 5.61632 14.1448 5.65051 14.3042C5.68469 14.4635 5.65431 14.6299 5.56602 14.7669C5.47773 14.9039 5.33873 15.0003 5.17949 15.035L0.745032 15.9864C0.702453 15.9957 0.658993 16.0003 0.615412 16.0002ZM12.9314 7.16795C12.8505 7.1681 12.7704 7.15223 12.6957 7.12127C12.621 7.0903 12.5531 7.04485 12.496 6.98752L9.01295 3.50443C8.95414 3.44763 8.90723 3.37968 8.87496 3.30456C8.84269 3.22943 8.8257 3.14863 8.82499 3.06687C8.82428 2.98511 8.83986 2.90402 8.87082 2.82835C8.90178 2.75267 8.9475 2.68392 9.00532 2.6261C9.06314 2.56829 9.13189 2.52256 9.20756 2.4916C9.28324 2.46064 9.36432 2.44506 9.44608 2.44577C9.52785 2.44648 9.60865 2.46347 9.68377 2.49574C9.7589 2.52801 9.82685 2.57492 9.88365 2.63374L13.3667 6.11683C13.4528 6.20295 13.5115 6.31265 13.5352 6.43208C13.559 6.55151 13.5468 6.6753 13.5002 6.7878C13.4536 6.9003 13.3747 6.99646 13.2734 7.06413C13.1722 7.13179 13.0532 7.16792 12.9314 7.16795ZM14.6731 5.42655C14.5512 5.42665 14.4321 5.39059 14.3307 5.32293C14.2294 5.25528 14.1504 5.15907 14.1037 5.04649C14.0571 4.93392 14.0449 4.81003 14.0687 4.69052C14.0925 4.57101 14.1512 4.46125 14.2374 4.37513C14.5801 4.03245 14.7688 3.56847 14.7688 3.06908C14.7688 2.5697 14.5801 2.10571 14.2374 1.76304C13.8945 1.42006 13.4305 1.23132 12.9311 1.23132C12.4317 1.23132 11.9677 1.42006 11.625 1.76304C11.5679 1.82023 11.5 1.8656 11.4252 1.89655C11.3505 1.9275 11.2704 1.94343 11.1895 1.94343C11.1087 1.94343 11.0286 1.9275 10.9538 1.89655C10.8791 1.8656 10.8112 1.82023 10.754 1.76304C10.6968 1.70585 10.6515 1.63795 10.6205 1.56323C10.5896 1.48851 10.5736 1.40842 10.5736 1.32754C10.5736 1.24666 10.5896 1.16657 10.6205 1.09184C10.6515 1.01712 10.6968 0.949226 10.754 0.892035C11.3292 0.316599 12.1023 -0.000213623 12.9311 -0.000213623C13.7596 -0.000213623 14.533 0.316599 15.1081 0.892035C15.6836 1.46716 16.0004 2.24026 16.0004 3.06908C16.0004 3.89791 15.6836 4.671 15.1081 5.24613C15.0511 5.30342 14.9833 5.34885 14.9086 5.37981C14.834 5.41078 14.7539 5.42666 14.6731 5.42655Z\" fill=\"#0E294A\" fill-opacity=\"0.8\"\/>\n\t\t\t\t\t\t\t\t\t<\/svg>","delete_icon":"<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M0 0h24v24H0z\" fill=\"none\"\/><path d=\"M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z\"\/><\/svg>","more_icon":"<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"4\" height=\"16\" viewBox=\"0 0 4 16\" fill=\"none\">\n\t\t\t\t\t\t\t\t\t\t<path d=\"M2.00045 3.55558C2.9823 3.55558 3.77824 2.75964 3.77824 1.77779C3.77824 0.795944 2.9823 0 2.00045 0C1.0186 0 0.222656 0.795944 0.222656 1.77779C0.222656 2.75964 1.0186 3.55558 2.00045 3.55558Z\" fill=\"#0E294A\" fill-opacity=\"0.8\"\/>\n\t\t\t\t\t\t\t\t\t\t<path d=\"M2.00045 9.7778C2.9823 9.7778 3.77824 8.98185 3.77824 8.00001C3.77824 7.01816 2.9823 6.22221 2.00045 6.22221C1.0186 6.22221 0.222656 7.01816 0.222656 8.00001C0.222656 8.98185 1.0186 9.7778 2.00045 9.7778Z\" fill=\"#0E294A\" fill-opacity=\"0.8\"\/>\n\t\t\t\t\t\t\t\t\t\t<path d=\"M2.00045 16C2.9823 16 3.77824 15.2041 3.77824 14.2222C3.77824 13.2404 2.9823 12.4444 2.00045 12.4444C1.0186 12.4444 0.222656 13.2404 0.222656 14.2222C0.222656 15.2041 1.0186 16 2.00045 16Z\" fill=\"#0E294A\" fill-opacity=\"0.8\"\/>\n\t\t\t\t\t\t\t\t\t<\/svg>","open_group_word":"<img src=\"https:\/\/petrpikora.com\/wp-content\/plugins\/personal-dictionary\/public\/images\/icons\/plus.svg\">"}};
var aysPdLangObj={"save":"Save","saveAndClose":"Save and close","settingsMessage":"Game require 5 or more Words","all":"All","result":"Result","groups":"Group","games":"Games","flashcards":"Flashcards","reset":"Reset","delete":"Delete","word":"Word","translation":"Translation","audio":"Audio","image":"Image","audioTitle":"Choose audio","imageTitle":"Choose image","createFirstGroup":"Create your first Group","createFirstWord":"Add your Word","from":"From","to":"To","move":"Move","moved_to":"The Word moved to","group":"Group","addWord":"Add a Word","addGroup":"Add a Group","defaultSort":"Default","deleteWordConfirm":"Are you sure you want to delete the Word?","intervalMessage":"There are not enough Words in that interval","learnedPoints":"Learned","cancel":"Cancel","continueLearning":"Continue learning","restart":"Restart","returnToFlashcardsSettings":"Return to Flashcards settings","congratulations":"Congratulations! You have learned all Words","fullScreenNotAllowed":"Fullscreen mode is not supported on iOS devices.","check":"Check","selectGroup":"Select Group","searchGroup":"Search Group","search":"Search","groupName":"Group name"};</script>
<script id="utils-js-extra">var userSettings={"url":"\/","uid":"0","time":"1751018291","secure":"1"};</script>
<script id="quiz-maker-frontend-requests-ajax-public-fr-js-extra">var ays_quiz_fr_public_ajax={"ajax_url":"https:\/\/petrpikora.com\/wp-admin\/admin-ajax.php"};</script>
<script id="quiz-maker-generate-quiz-js-extra">var generateQuizLangObj={"errorMessage":"You have to select at least one test"};</script>
<script id="quiz-maker-user-dashboard-js-extra">var AysQuizUserDashboardObj={"loadResource":"Can't load resource.","dataDeleted":"Maybe the data has been deleted.","sEmptyTable":"No data available in table","sInfo":"Showing _START_ to _END_ of _TOTAL_ entries","sInfoEmpty":"Showing 0 to 0 of 0 entries","sInfoFiltered":"(filtered from _MAX_ total entries)","sLengthMenu":"Show _MENU_ entries","sLoadingRecords":"Loading...","sProcessing":"Processing...","sSearch":"Search:","sZeroRecords":"No matching records found","sFirst":"First","sLast":"Last","sNext":"Next","sPrevious":"Previous","sSortAscending":": activate to sort column ascending","sSortDescending":": activate to sort column descending","attempt":"Attempt","userProgress":"User progress","progressionChart":"Progression chart","all":"All"};</script>
<script id="Default_Skin.Library-js-extra">var wpcp_mejsL10n={"language":"cs","strings":{"wpcp_mejs.plural-form":2,"wpcp_mejs.install-flash":"Pou\u017e\u00edv\u00e1te prohl\u00ed\u017ee\u010d, kter\u00fd nem\u00e1 nainstalovan\u00fd nebo povolen\u00fd Flash Player. Zapn\u011bte Flash Player nebo si st\u00e1hn\u011bte nejnov\u011bj\u0161\u00ed verzi z adresy https:\/\/get.adobe.com\/flashplayer\/","wpcp_mejs.fullscreen-off":"Turn off Fullscreen","wpcp_mejs.fullscreen-on":"Go Fullscreen","wpcp_mejs.download-video":"Download Video","wpcp_mejs.download-file":"St\u00e1hnout","wpcp_mejs.zipdownload":"St\u00e1hnout seznam skladeb","wpcp_mejs.share":"Sd\u00edlet","wpcp_mejs.deeplink":"P\u0159\u00edm\u00fd odkaz","wpcp_mejs.purchase":"N\u00e1kup","wpcp_mejs.search":"Hledat...","wpcp_mejs.fullscreen":"Cel\u00e1 obrazovka","wpcp_mejs.time-jump-forward":["Jump forward 30 second","Jump forward %1 seconds"],"wpcp_mejs.loop":"Toggle Loop","wpcp_mejs.play":"P\u0159ehr\u00e1t","wpcp_mejs.pause":"Pozastavit","wpcp_mejs.close":"Zav\u0159\u00edt","wpcp_mejs.playlist":"Zav\u0159\u00edt","wpcp_mejs.playlist-prev":"P\u0159edchoz\u00ed","wpcp_mejs.playlist-next":"Dal\u0161\u00ed","wpcp_mejs.playlist-loop":"Opakovat","wpcp_mejs.playlist-shuffle":"Shuffle","wpcp_mejs.time-slider":"\u010casov\u00fd posuvn\u00edk","wpcp_mejs.time-help-text":"Pou\u017eit\u00edm \u0161ipek vlevo\/vpravo se posunete o jednu sekundu, \u0161ipkami nahoru\/dol\u016f se posunete o deset sekund.","wpcp_mejs.time-skip-back":["Skip back 10 second","Skip back %1 seconds"],"wpcp_mejs.captions-subtitles":"Titulky","wpcp_mejs.captions-chapters":"Kapitoly","wpcp_mejs.none":"\u017d\u00e1dn\u00e1","wpcp_mejs.mute-toggle":"Mute Toggle","wpcp_mejs.volume-help-text":"Pou\u017eit\u00edm \u0161ipek nahoru\/dol\u016f zv\u00fd\u0161\u00edte nebo sn\u00ed\u017e\u00edte \u00farove\u0148 hlasitosti.","wpcp_mejs.unmute":"Zapnout zvuk","wpcp_mejs.mute":"Ztlumit","wpcp_mejs.volume-slider":"Ovl\u00e1d\u00e1n\u00ed hlasitosti","wpcp_mejs.video-player":"Video p\u0159ehr\u00e1va\u010d","wpcp_mejs.audio-player":"Audio p\u0159ehr\u00e1va\u010d","wpcp_mejs.ad-skip":"Skip ad","wpcp_mejs.ad-skip-info":["Skip in 1 second","Skip in %1 seconds"],"wpcp_mejs.source-chooser":"Source Chooser","wpcp_mejs.stop":"Stop","wpcp_mejs.speed-rate":"Speed Rate","wpcp_mejs.live-broadcast":"\u017div\u011b","wpcp_mejs.afrikaans":"Afrik\u00e1n\u0161tina","wpcp_mejs.albanian":"Alb\u00e1n\u0161tina","wpcp_mejs.arabic":"Arab\u0161tina","wpcp_mejs.belarusian":"B\u011bloru\u0161tina","wpcp_mejs.bulgarian":"Bulhar\u0161tina","wpcp_mejs.catalan":"Katal\u00e1n\u0161tina","wpcp_mejs.chinese":"\u010c\u00edn\u0161tina","wpcp_mejs.chinese-simplified":"\u010c\u00edn\u0161tina (zjednodu\u0161en\u00e1)","wpcp_mejs.chinese-traditional":"\u010c\u00edn\u0161tina (tradi\u010dn\u00ed)","wpcp_mejs.croatian":"Chorvat\u0161tina","wpcp_mejs.czech":"\u010ce\u0161tina","wpcp_mejs.danish":"D\u00e1n\u0161tina","wpcp_mejs.dutch":"Holand\u0161tina","wpcp_mejs.english":"Angli\u010dtina","wpcp_mejs.estonian":"Eston\u0161tina","wpcp_mejs.filipino":"Filip\u00edn\u0161tina","wpcp_mejs.finnish":"Dokon\u010dit","wpcp_mejs.french":"Francou\u017e\u0161tina","wpcp_mejs.galician":"Galicij\u0161tina","wpcp_mejs.german":"N\u011bm\u010dina","wpcp_mejs.greek":"\u0158e\u010dtina","wpcp_mejs.haitian-creole":"Haitsk\u00e1 kreol\u0161tina","wpcp_mejs.hebrew":"Hebrej\u0161tina","wpcp_mejs.hindi":"Hind\u0161tina","wpcp_mejs.hungarian":"Ma\u010far\u0161tina","wpcp_mejs.icelandic":"Island\u0161tina","wpcp_mejs.indonesian":"Indon\u00e9\u0161tina","wpcp_mejs.irish":"Ir\u0161tina","wpcp_mejs.italian":"Ital\u0161tina","wpcp_mejs.japanese":"Japon\u0161tina","wpcp_mejs.korean":"Korej\u0161tina","wpcp_mejs.latvian":"Loty\u0161tina","wpcp_mejs.lithuanian":"Litev\u0161tina","wpcp_mejs.macedonian":"Makedon\u0161tina","wpcp_mejs.malay":"Malaj\u0161tina","wpcp_mejs.maltese":"Malt\u0161tina","wpcp_mejs.norwegian":"Nor\u0161tina","wpcp_mejs.persian":"Per\u0161tina","wpcp_mejs.polish":"Pol\u0161tina","wpcp_mejs.portuguese":"Portugal\u0161tina","wpcp_mejs.romanian":"Rumun\u0161tina","wpcp_mejs.russian":"Ru\u0161tina","wpcp_mejs.serbian":"Srb\u0161tina","wpcp_mejs.slovak":"Sloven\u0161tina","wpcp_mejs.slovenian":"Slovin\u0161tina","wpcp_mejs.spanish":"\u0160pan\u011bl\u0161tina","wpcp_mejs.swahili":"Svahil\u0161tina","wpcp_mejs.swedish":"\u0160v\u00e9d\u0161tina","wpcp_mejs.tagalog":"Tagal\u0161tina","wpcp_mejs.thai":"Thaj\u0161tina","wpcp_mejs.turkish":"Ture\u010dtina","wpcp_mejs.ukrainian":"Ukrajin\u0161tina","wpcp_mejs.vietnamese":"Vietnam\u0161tina","wpcp_mejs.welsh":"Vel\u0161tina","wpcp_mejs.yiddish":"Jidi\u0161"}};</script>
<script id="magicai-admin-settings-js-extra">var magicai_js_options={"ajaxurl":"https:\/\/petrpikora.com\/wp-admin\/admin-ajax.php","guest_id":"aHR0cHM6Ly9hcGkub3BlbmFpLmNvbS92MS9jaGF0L2NvbXBsZXRpb25z","guest_event_id":"c2stamVJZXlybnhv","guest_look_id":"OExNUA==","guest_product_id":"Z216cXFuWFQzQmxia0ZKMGR3TVBLR3hYQjFYWEx3M2JzQk0=","guest_status":"dmFsaWQ=","logo_url":"https:\/\/petrpikora.com\/wp-content\/plugins\/magicai-wp\/assets\/img\/logo.svg","user_avatar":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","model":{"post":"gpt-3.5-turbo","custom":"gpt-3.5-turbo","chat":"gpt-3.5-turbo","chatbot":"gpt-3.5-turbo","assistant":"gpt-3.5-turbo"}};</script>
<script id="ct-ultimate-gdpr-cookie-list-js-extra">var ct_ultimate_gdpr_cookie_list={"list":[{"cookie_name":"wordpress_sec_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"cookieyes-consent","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Trval\u00e9","expiry_time":"1724356483","purpose":""},{"cookie_name":"__gads, DSID, IDE, SAPISID, HSID, test_cookie","cookie_type_label":"Reklamn\u00ed","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Trval\u00e9","expiry_time":"","purpose":""},{"cookie_name":"__gpi","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"","session_or_persistent":"Trval\u00e9","expiry_time":"1726516484","purpose":""},{"cookie_name":"woocommerce_*, wp_woocommerce_*, wc_cart_hash_*, wc_fragments_*","cookie_type_label":"Z\u00e1kladn\u00ed","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Trval\u00e9","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"cookieyes-consent","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Trval\u00e9","expiry_time":"1724356498","purpose":""},{"cookie_name":"wordpress_sec_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"cookieyes-consent","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Trval\u00e9","expiry_time":"1724356512","purpose":""},{"cookie_name":"tsrce","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"","session_or_persistent":"Trval\u00e9","expiry_time":"1693079713.4","purpose":""},{"cookie_name":"wordpress_sec_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"cookieyes-consent","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Trval\u00e9","expiry_time":"1724356530","purpose":""},{"cookie_name":"tsrce","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"","session_or_persistent":"Trval\u00e9","expiry_time":"1693079731.37","purpose":""},{"cookie_name":"wordpress_sec_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"cookieyes-consent","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Trval\u00e9","expiry_time":"1724356544","purpose":""},{"cookie_name":"wordpress_sec_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"cookieyes-consent","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Trval\u00e9","expiry_time":"1724356558","purpose":""},{"cookie_name":"wordpress_sec_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"cookieyes-consent","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Trval\u00e9","expiry_time":"1724356571","purpose":""},{"cookie_name":"wordpress_sec_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"cookieyes-consent","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Trval\u00e9","expiry_time":"1724356586","purpose":""},{"cookie_name":"wordpress_sec_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"cookieyes-consent","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Trval\u00e9","expiry_time":"1724356601","purpose":""},{"cookie_name":"wordpress_sec_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"cookieyes-consent","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Trval\u00e9","expiry_time":"1724356616","purpose":""},{"cookie_name":"wordpress_sec_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"cookieyes-consent","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Trval\u00e9","expiry_time":"1724356631","purpose":""},{"cookie_name":"wordpress_sec_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"cookieyes-consent","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Trval\u00e9","expiry_time":"1724356649","purpose":""},{"cookie_name":"wordpress_sec_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"cookieyes-consent","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Trval\u00e9","expiry_time":"1724356663","purpose":""},{"cookie_name":"wordpress_sec_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"cookieyes-consent","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Trval\u00e9","expiry_time":"1724356678","purpose":""},{"cookie_name":"wordpress_sec_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"cookieyes-consent","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Trval\u00e9","expiry_time":"1724356692","purpose":""},{"cookie_name":"wordpress_sec_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"cookieyes-consent","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Trval\u00e9","expiry_time":"1724356706","purpose":""},{"cookie_name":"wordpress_sec_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"cookieyes-consent","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Trval\u00e9","expiry_time":"1724356720","purpose":""},{"cookie_name":"wordpress_sec_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"cookieyes-consent","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Trval\u00e9","expiry_time":"1724356735","purpose":""},{"cookie_name":"wordpress_sec_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"cookieyes-consent","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Trval\u00e9","expiry_time":"1724356748","purpose":""},{"cookie_name":"wordpress_sec_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"cookieyes-consent","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Trval\u00e9","expiry_time":"1724356763","purpose":""},{"cookie_name":"wordpress_sec_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"cookieyes-consent","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Trval\u00e9","expiry_time":"1724356777","purpose":""},{"cookie_name":"wordpress_sec_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"cookieyes-consent","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Trval\u00e9","expiry_time":"1724356793","purpose":""},{"cookie_name":"wordpress_sec_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"cookieyes-consent","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Trval\u00e9","expiry_time":"1724356809","purpose":""},{"cookie_name":"wordpress_sec_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"Funk\u010dn\u00ed","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_cadd905ae06c8bcbdc5376f94ba83b53","cookie_type_label":"Funk\u010dn\u00ed","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"Z\u00e1kladn\u00ed","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"CP5XKN6QLDFWUC","cookie_type_label":"Z\u00e1kladn\u00ed","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"CP5XKN6QLDFWUC","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"CP5XKN6QLDFWUC","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_logged_in_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"PHPSESSID","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""},{"cookie_name":"wordpress_sec_e17534028565be3863b0a0c6955145fd","cookie_type_label":"","first_or_third_party":"T\u0159et\u00ed strana","can_be_blocked":"1","session_or_persistent":"Session","expiry_time":"","purpose":""}]};</script>
<script>var ajaxurl='https://petrpikora.com/wp-admin/admin-ajax.php';</script>
<script>var ajaxurl="https://petrpikora.com/wp-admin/admin-ajax.php";
var qc_sld_get_ajax_nonce="8d5900a884";</script>
<script>var ajaxurl="https://petrpikora.com/wp-admin/admin-ajax.php";</script>
<script>var ajaxurl="https://petrpikora.com/wp-admin/admin-ajax.php";</script>
<script>var ajaxurl="https://petrpikora.com/wp-admin/admin-ajax.php";</script>
<script>var BPAPRConfig={"root_url":"https:\/\/petrpikora.com\/wp-content\/plugins\/bp-activity-plus-reloaded","temp_img_url":"https:\/\/petrpikora.com\/wp-content\/uploads\/bpfb\/tmp\/","base_img_url":"https:\/\/petrpikora.com\/wp-content\/uploads\/bpfb\/","theme":"","alignment":"left","allowed_items":["photos","videos","links"]};</script>
<script>var lepopup_customjs_handlers={};var lepopup_cookie_value="ilovefamily";var lepopup_events_data={};var lepopup_content_id="11844";</script>
<script id="ct-ultimate-gdpr-cookie-popup-js-extra">var ct_ultimate_gdpr_cookie={"url":"https:\/\/petrpikora.com\/","ajaxurl":"https:\/\/petrpikora.com\/wp-admin\/admin-ajax.php","readurl":"https:\/\/petrpikora.com\/rozpoznavani-obrazku-v-tensorflow-js\/","readurl_new_tab":"on","consent":"","reload":"","consent_expire_time":"1782554291","consent_time":"1751018291","consent_default_level":"2","consent_accept_level":"5","age_enabled":"5","display_cookie_always":null,"cookie_reset_consent":null,"use_ajax_cookie_popup":""};</script>
<script id="kbx_toc-front-js-extra">var kbx_tocplus={"smooth_scroll":"1","visibility_show":"zobrazit","visibility_hide":"skr\u00fdt","width":"Auto"};</script>
<script id="wp-util-js-extra">var _wpUtilSettings={"ajax":{"url":"\/wp-admin\/admin-ajax.php"}};</script>
<script id="media-models-js-extra">var _wpMediaModelsL10n={"settings":{"ajaxurl":"\/wp-admin\/admin-ajax.php","post":{"id":0}}};</script>
<script id="wp-plupload-js-extra">var pluploadL10n={"queue_limit_exceeded":"Pokusili jste se za\u0159adit do fronty p\u0159\u00edli\u0161 mnoho soubor\u016f.","file_exceeds_size_limit":"Soubor %s p\u0159ekro\u010dil maxim\u00e1ln\u00ed povolenou velikost nahr\u00e1van\u00e9ho souboru na tomto webu.","zero_byte_file":"Soubor je pr\u00e1zdn\u00fd. Zkuste pros\u00edm n\u011bjak\u00fd jin\u00fd.","invalid_filetype":"This file cannot be processed by the web server.","not_an_image":"Tento soubor nen\u00ed obr\u00e1zek. Zkuste pros\u00edm n\u011bjak\u00fd jin\u00fd.","image_memory_exceeded":"Nedostatek pam\u011bti. Zkuste pros\u00edm nahr\u00e1t n\u011bjak\u00fd men\u0161\u00ed soubor.","image_dimensions_exceeded":"Soubor je v\u011bt\u0161\u00ed ne\u017e maxim\u00e1ln\u00ed povolen\u00e1 velikost nahr\u00e1van\u00e9ho souboru. Zkuste pros\u00edm n\u011bjak\u00fd jin\u00fd.","default_error":"P\u0159i nahr\u00e1v\u00e1n\u00ed do\u0161lo k chyb\u011b. Zkuste to pros\u00edm pozd\u011bji.","missing_upload_url":"Do\u0161lo k chyb\u011b v nastaven\u00ed serveru! Kontaktujte pros\u00edm administr\u00e1tora va\u0161eho serveru.","upload_limit_exceeded":"M\u016f\u017eete nahr\u00e1vat pouze jeden soubor.","http_error":"Neo\u010dek\u00e1van\u00e1 odezva ze serveru. Soubor byl pravd\u011bpodobn\u011b nahr\u00e1n \u00fasp\u011b\u0161n\u011b. Zkontrolujte knihovnu m\u00e9di\u00ed nebo na\u010dt\u011bte znovu tuto str\u00e1nku.","http_error_image":"Server nem\u016f\u017ee zpracovat obr\u00e1zek. K tomu m\u016f\u017ee doj\u00edt, pokud je server zanepr\u00e1zdn\u011bn nebo nem\u00e1 dostatek prost\u0159edk\u016f k dokon\u010den\u00ed \u00falohy. Nahr\u00e1n\u00ed men\u0161\u00edho obr\u00e1zku m\u016f\u017ee pomoci. Doporu\u010den\u00e1 maxim\u00e1ln\u00ed velikost je 2560 pixel\u016f.","upload_failed":"Nahr\u00e1v\u00e1n\u00ed selhalo.","big_upload_failed":"Zkuste pros\u00edm tento soubor nahr\u00e1t prost\u0159ednictv\u00edm %1$sjednoduch\u00e9ho nahr\u00e1v\u00e1n\u00ed pomoc\u00ed prohl\u00ed\u017ee\u010de%2$s.","big_upload_queued":"P\u0159i pou\u017eit\u00ed funkce pro hromadn\u00e9 nahr\u00e1v\u00e1n\u00ed n\u011bkolika soubor\u016f najednou p\u0159ekro\u010dil soubor %s maxim\u00e1ln\u00ed povolenou velikost nahr\u00e1van\u00e9ho souboru, kter\u00e1 je definov\u00e1na aktu\u00e1ln\u011b pou\u017e\u00edvan\u00fdm prohl\u00ed\u017ee\u010dem.","io_error":"IO chyba.","security_error":"Bezpe\u010dnostn\u00ed chyba.","file_cancelled":"Soubor byl zru\u0161en.","upload_stopped":"Nahr\u00e1v\u00e1n\u00ed bylo zastaveno.","dismiss":"Zav\u0159\u00edt","crunching":"Prob\u00edh\u00e1 zpracov\u00e1n\u00ed\u2026","deleted":"byl p\u0159esunut do ko\u0161e.","error_uploading":"Soubor \u201e%s\u201c se nepoda\u0159ilo nahr\u00e1t.","unsupported_image":"Tento obr\u00e1zek nelze zobrazit ve webov\u00e9m prohl\u00ed\u017ee\u010di. Nejlep\u0161\u00edch v\u00fdsledk\u016f dos\u00e1hnete, kdy\u017e obr\u00e1zek p\u0159ed nahr\u00e1n\u00edm p\u0159evedete do form\u00e1tu JPEG.","noneditable_image":"The web server cannot generate responsive image sizes for this image. Convert it to JPEG or PNG before uploading.","file_url_copied":"URL souboru byla zkop\u00edrov\u00e1na do schr\u00e1nky"};
var _wpPluploadSettings={"defaults":{"file_data_name":"async-upload","url":"\/wp-admin\/async-upload.php","filters":{"max_file_size":"268435456b","mime_types":[{"extensions":"jpg,jpeg,jpe,gif,png,bmp,tiff,tif,webp,avif,ico,heic,heif,heics,heifs,asf,asx,wmv,wmx,wm,avi,divx,flv,mov,qt,mpeg,mpg,mpe,mp4,m4v,ogv,webm,mkv,3gp,3gpp,3g2,3gp2,txt,asc,c,cc,h,srt,csv,tsv,ics,rtx,css,vtt,dfxp,mp3,m4a,m4b,aac,ra,ram,wav,x-wav,ogg,oga,flac,mid,midi,wma,wax,mka,rtf,pdf,class,tar,zip,gz,gzip,rar,7z,psd,xcf,doc,pot,pps,ppt,wri,xla,xls,xlt,xlw,mdb,mpp,docx,docm,dotx,dotm,xlsx,xlsm,xlsb,xltx,xltm,xlam,pptx,pptm,ppsx,ppsm,potx,potm,ppam,sldx,sldm,onetoc,onetoc2,onetmp,onepkg,oxps,xps,odt,odp,ods,odg,odc,odb,odf,wp,wpd,key,numbers,pages,woff,woff2,ttf,svg,eot,otf,mp3,mp4,mpeg,mpga,m4a,wav,json"}]},"multipart_params":{"action":"upload-attachment","_wpnonce":"54b172c3c1"}},"browser":{"mobile":false,"supported":true},"limitExceeded":false};</script>
<script id="mediaelement-core-js-before">var mejsL10n={"language":"cs","strings":{"mejs.download-file":"St\u00e1hnout soubor","mejs.install-flash":"Pou\u017e\u00edv\u00e1te prohl\u00ed\u017ee\u010d, kter\u00fd nem\u00e1 nainstalovan\u00fd nebo povolen\u00fd Flash Player. Zapn\u011bte Flash Player nebo si st\u00e1hn\u011bte nejnov\u011bj\u0161\u00ed verzi z adresy https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen":"Cel\u00e1 obrazovka","mejs.play":"P\u0159ehr\u00e1t","mejs.pause":"Pozastavit","mejs.time-slider":"\u010casov\u00fd posuvn\u00edk","mejs.time-help-text":"Pou\u017eit\u00edm \u0161ipek vlevo\/vpravo se posunete o jednu sekundu, \u0161ipkami nahoru\/dol\u016f se posunete o deset sekund.","mejs.live-broadcast":"\u017div\u011b","mejs.volume-help-text":"Pou\u017eit\u00edm \u0161ipek nahoru\/dol\u016f zv\u00fd\u0161\u00edte nebo sn\u00ed\u017e\u00edte \u00farove\u0148 hlasitosti.","mejs.unmute":"Zapnout zvuk","mejs.mute":"Ztlumit","mejs.volume-slider":"Ovl\u00e1d\u00e1n\u00ed hlasitosti","mejs.video-player":"Video p\u0159ehr\u00e1va\u010d","mejs.audio-player":"Audio p\u0159ehr\u00e1va\u010d","mejs.captions-subtitles":"Titulky","mejs.captions-chapters":"Kapitoly","mejs.none":"\u017d\u00e1dn\u00e1","mejs.afrikaans":"Afrik\u00e1n\u0161tina","mejs.albanian":"Alb\u00e1n\u0161tina","mejs.arabic":"Arab\u0161tina","mejs.belarusian":"B\u011bloru\u0161tina","mejs.bulgarian":"Bulhar\u0161tina","mejs.catalan":"Katal\u00e1n\u0161tina","mejs.chinese":"\u010c\u00edn\u0161tina","mejs.chinese-simplified":"\u010c\u00edn\u0161tina (zjednodu\u0161en\u00e1)","mejs.chinese-traditional":"\u010c\u00edn\u0161tina (tradi\u010dn\u00ed)","mejs.croatian":"Chorvat\u0161tina","mejs.czech":"\u010ce\u0161tina","mejs.danish":"D\u00e1n\u0161tina","mejs.dutch":"Holand\u0161tina","mejs.english":"Angli\u010dtina","mejs.estonian":"Eston\u0161tina","mejs.filipino":"Filip\u00edn\u0161tina","mejs.finnish":"Dokon\u010dit","mejs.french":"Francou\u017e\u0161tina","mejs.galician":"Galicij\u0161tina","mejs.german":"N\u011bm\u010dina","mejs.greek":"\u0158e\u010dtina","mejs.haitian-creole":"Haitsk\u00e1 kreol\u0161tina","mejs.hebrew":"Hebrej\u0161tina","mejs.hindi":"Hind\u0161tina","mejs.hungarian":"Ma\u010far\u0161tina","mejs.icelandic":"Island\u0161tina","mejs.indonesian":"Indon\u00e9\u0161tina","mejs.irish":"Ir\u0161tina","mejs.italian":"Ital\u0161tina","mejs.japanese":"Japon\u0161tina","mejs.korean":"Korej\u0161tina","mejs.latvian":"Loty\u0161tina","mejs.lithuanian":"Litev\u0161tina","mejs.macedonian":"Makedon\u0161tina","mejs.malay":"Malaj\u0161tina","mejs.maltese":"Malt\u0161tina","mejs.norwegian":"Nor\u0161tina","mejs.persian":"Per\u0161tina","mejs.polish":"Pol\u0161tina","mejs.portuguese":"Portugal\u0161tina","mejs.romanian":"Rumun\u0161tina","mejs.russian":"Ru\u0161tina","mejs.serbian":"Srb\u0161tina","mejs.slovak":"Sloven\u0161tina","mejs.slovenian":"Slovin\u0161tina","mejs.spanish":"\u0160pan\u011bl\u0161tina","mejs.swahili":"Svahil\u0161tina","mejs.swedish":"\u0160v\u00e9d\u0161tina","mejs.tagalog":"Tagal\u0161tina","mejs.thai":"Thaj\u0161tina","mejs.turkish":"Ture\u010dtina","mejs.ukrainian":"Ukrajin\u0161tina","mejs.vietnamese":"Vietnam\u0161tina","mejs.welsh":"Vel\u0161tina","mejs.yiddish":"Jidi\u0161"}};</script>
<script id="mediaelement-js-extra">var _wpmejsSettings={"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive","audioShortcodeLibrary":"mediaelement","videoShortcodeLibrary":"mediaelement"};</script>
<script id="wp-api-request-js-extra">var wpApiSettings={"root":"https:\/\/petrpikora.com\/wp-json\/","nonce":"b49119134d","versionString":"wp\/v2\/"};</script>
<script id="media-views-js-extra">var _wpMediaViewsL10n={"mediaFrameDefaultTitle":"M\u00e9dia","url":"URL","addMedia":"P\u0159idat medi\u00e1ln\u00ed soubor","search":"Hledat","select":"Vybrat","cancel":"Zru\u0161it","update":"Aktualizovat","replace":"Nahradit","remove":"Odstranit","back":"Zp\u011bt","selected":"Zvolen\u00e9 soubory: %d","dragInfo":"Pokud chcete medi\u00e1ln\u00ed soubory libovoln\u011b se\u0159adit, tak je sta\u010d\u00ed snadno p\u0159esunout pomoc\u00ed my\u0161i.","uploadFilesTitle":"Nahr\u00e1v\u00e1n\u00ed soubor\u016f","uploadImagesTitle":"Nahr\u00e1t obr\u00e1zky","mediaLibraryTitle":"Knihovna m\u00e9di\u00ed","insertMediaTitle":"P\u0159idat medi\u00e1ln\u00ed soubor","createNewGallery":"Vytvo\u0159it galerii","createNewPlaylist":"Vytvo\u0159it nov\u00fd audio seznam","createNewVideoPlaylist":"Vytvo\u0159it nov\u00fd video seznam","returnToLibrary":"\u2190 J\u00edt do Knihovny m\u00e9di\u00ed","allMediaItems":"V\u0161echny medi\u00e1ln\u00ed soubory","allDates":"\u2014 Datum \u2014","noItemsFound":"Nebyly nalezeny \u017e\u00e1dn\u00e9 polo\u017eky.","insertIntoPost":"Vlo\u017eit do p\u0159\u00edsp\u011bvku","unattached":"Nep\u0159i\u0159azeno","mine":"M\u00e9","trash":"Ko\u0161","uploadedToThisPost":"P\u0159i\u0159azeno k p\u0159\u00edsp\u011bvku","warnDelete":"Chyst\u00e1te se nen\u00e1vratn\u011b smazat zvolenou polo\u017eku.\nAkci m\u016f\u017eete zastavit kliknut\u00edm na 'Zru\u0161it' nebo potvrdit pomoc\u00ed 'OK'.","warnBulkDelete":"Chyst\u00e1te se trvale smazat tyto polo\u017eky z va\u0161eho webu.\nTuto akci nelze vr\u00e1tit zp\u011bt.\n\u201eZru\u0161it\u201c pro zastaven\u00ed, \u201eOK\u201c pro odstran\u011bn\u00ed.","warnBulkTrash":"Chyst\u00e1te se odstranit zvolen\u00e9 polo\u017eky.\n  Akci m\u016f\u017eete zastavit kliknut\u00edm na 'Storno' nebo potvrdit pomoc\u00ed 'OK'.","bulkSelect":"Hromadn\u00e9 \u00fapravy","trashSelected":"Odstranit","restoreSelected":"Obnovit z ko\u0161e","deletePermanently":"Trvale smazat","errorDeleting":"Chyba p\u0159i maz\u00e1n\u00ed p\u0159\u00edlohy.","apply":"Pou\u017e\u00edt","filterByDate":"Filtrovat podle data","filterByType":"Filtrovat podle typu souboru","searchLabel":"Hled\u00e1n\u00ed medi\u00e1ln\u00edch soubor\u016f","searchMediaLabel":"Hled\u00e1n\u00ed medi\u00e1ln\u00edch soubor\u016f","searchMediaPlaceholder":"Hledat medi\u00e1ln\u00ed soubory...","mediaFound":"Po\u010det nalezen\u00fdch polo\u017eek: %d","noMedia":"Nebyly nalezeny \u017e\u00e1dn\u00e9 medi\u00e1ln\u00ed soubory.","noMediaTryNewSearch":"Nebyly nalezeny \u017e\u00e1dn\u00e9 polo\u017eky. Zkuste to znovu s n\u011bjak\u00fdm dal\u0161\u00edm kl\u00ed\u010dov\u00fdm slovem.","attachmentDetails":"Podrobn\u00e9 informace o souboru","insertFromUrlTitle":"Vlo\u017eit z URL adresy","setFeaturedImageTitle":"N\u00e1hledov\u00fd obr\u00e1zek","setFeaturedImage":"Zvolit n\u00e1hledov\u00fd obr\u00e1zek","createGalleryTitle":"Vytvo\u0159it galerii","editGalleryTitle":"Upravit galerii","cancelGalleryTitle":"\u2190 Zru\u0161it galerii","insertGallery":"Vlo\u017eit galerii","updateGallery":"Aktualizovat galerii","addToGallery":"P\u0159idat do galerie","addToGalleryTitle":"P\u0159idat do galerie","reverseOrder":"Se\u0159adit opa\u010dn\u011b","imageDetailsTitle":"Podrobnosti o obr\u00e1zku","imageReplaceTitle":"Nahradit obr\u00e1zek","imageDetailsCancel":"Zru\u0161it \u00fapravy","editImage":"Upravit obr\u00e1zek","chooseImage":"Vybrat obr\u00e1zek","selectAndCrop":"Zvolit obr\u00e1zek a o\u0159\u00edznout","skipCropping":"Neo\u0159ez\u00e1vat obr\u00e1zek","cropImage":"O\u0159\u00edznout obr\u00e1zek","cropYourImage":"O\u0159\u00edznout obr\u00e1zek","cropping":"Prob\u00edh\u00e1 o\u0159ez\u00e1v\u00e1n\u00ed\u2026","suggestedDimensions":"Doporu\u010den\u00e9 rozm\u011bry obr\u00e1zku:%1$s na %2$s pixel\u016f.","cropError":"B\u011bhem o\u0159ez\u00e1v\u00e1n\u00ed zvolen\u00e9ho obr\u00e1zku do\u0161lo k ne\u010dekan\u00e9 chyb\u011b.","audioDetailsTitle":"Podrobnosti o zvuku","audioReplaceTitle":"Nahradit audio","audioAddSourceTitle":"P\u0159idat dal\u0161\u00ed form\u00e1t pro audio soubor","audioDetailsCancel":"Zru\u0161it \u00fapravy","videoDetailsTitle":"Podrobnosti o videu","videoReplaceTitle":"Nahradit video","videoAddSourceTitle":"P\u0159idat dal\u0161\u00ed form\u00e1t pro video soubor","videoDetailsCancel":"Zru\u0161it \u00fapravy","videoSelectPosterImageTitle":"Zvolit n\u00e1hledov\u00fd obr\u00e1zek","videoAddTrackTitle":"P\u0159idat titulky","playlistDragInfo":"Pokud chcete audio soubory libovoln\u011b se\u0159adit, tak je sta\u010d\u00ed snadno p\u0159esunout pomoc\u00ed my\u0161i.","createPlaylistTitle":"Vytvo\u0159it audio seznam","editPlaylistTitle":"Upravit audio seznam","cancelPlaylistTitle":"\u2190 Zru\u0161it \u00fapravy","insertPlaylist":"Vlo\u017eit audio seznam","updatePlaylist":"Aktualizovat audio seznam","addToPlaylist":"P\u0159idat soubor do audio seznamu","addToPlaylistTitle":"P\u0159idat do seznamu","videoPlaylistDragInfo":"Pokud chcete video soubory libovoln\u011b se\u0159adit, tak je sta\u010d\u00ed snadno p\u0159esunout pomoc\u00ed my\u0161i.","createVideoPlaylistTitle":"Vytvo\u0159it video seznam","editVideoPlaylistTitle":"Upravit video seznam","cancelVideoPlaylistTitle":"\u2190 Zru\u0161it \u00fapravy","insertVideoPlaylist":"Vlo\u017eit video seznam","updateVideoPlaylist":"Aktualizovat video seznam","addToVideoPlaylist":"P\u0159idat soubor do video seznamu","addToVideoPlaylistTitle":"P\u0159idat do seznamu","filterAttachments":"Filtrovat m\u00e9dia","attachmentsList":"Seznam m\u00e9di\u00ed","settings":{"tabs":[],"tabUrl":"https:\/\/petrpikora.com\/wp-admin\/media-upload.php?chromeless=1","mimeTypes":{"image":"Obr\u00e1zky","audio":"Audio","video":"Video","application\/msword,application\/vnd.openxmlformats-officedocument.wordprocessingml.document,application\/vnd.ms-word.document.macroEnabled.12,application\/vnd.ms-word.template.macroEnabled.12,application\/vnd.oasis.opendocument.text,application\/vnd.apple.pages,application\/pdf,application\/vnd.ms-xpsdocument,application\/oxps,application\/rtf,application\/wordperfect,application\/octet-stream":"Dokumenty","application\/vnd.apple.numbers,application\/vnd.oasis.opendocument.spreadsheet,application\/vnd.ms-excel,application\/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application\/vnd.ms-excel.sheet.macroEnabled.12,application\/vnd.ms-excel.sheet.binary.macroEnabled.12":"Tabulky","application\/x-gzip,application\/rar,application\/x-tar,application\/zip,application\/x-7z-compressed":"Archiv"},"captions":true,"nonce":{"sendToEditor":"712b5d37bb","setAttachmentThumbnail":"b4eb7354d6"},"post":{"id":0},"defaultProps":{"link":"","align":"","size":""},"attachmentCounts":{"audio":1,"video":1},"oEmbedProxyUrl":"https:\/\/petrpikora.com\/wp-json\/oembed\/1.0\/proxy","embedExts":["mp3","ogg","flac","m4a","wav","mp4","m4v","webm","ogv","flv"],"embedMimes":{"mp3":"audio\/mpeg","ogg":"audio\/ogg","flac":"audio\/flac","m4a":"audio\/mpeg","wav":"audio\/wav","mp4":"video\/mp4","m4v":"video\/mp4","webm":"video\/webm","ogv":"video\/ogg","flv":"video\/x-flv"},"contentWidth":1200,"months":[{"year":"2025","month":"6","text":"\u010cerven 2025"},{"year":"2025","month":"5","text":"Kv\u011bten 2025"},{"year":"2025","month":"4","text":"Duben 2025"},{"year":"2025","month":"3","text":"B\u0159ezen 2025"},{"year":"2025","month":"2","text":"\u00danor 2025"},{"year":"2025","month":"1","text":"Leden 2025"},{"year":"2024","month":"12","text":"Prosinec 2024"},{"year":"2024","month":"11","text":"Listopad 2024"},{"year":"2024","month":"10","text":"\u0158\u00edjen 2024"},{"year":"2024","month":"9","text":"Z\u00e1\u0159\u00ed 2024"},{"year":"2024","month":"8","text":"Srpen 2024"},{"year":"2024","month":"7","text":"\u010cervenec 2024"},{"year":"2024","month":"6","text":"\u010cerven 2024"},{"year":"2024","month":"5","text":"Kv\u011bten 2024"},{"year":"2024","month":"4","text":"Duben 2024"},{"year":"2024","month":"3","text":"B\u0159ezen 2024"},{"year":"2024","month":"2","text":"\u00danor 2024"},{"year":"2024","month":"1","text":"Leden 2024"},{"year":"2023","month":"12","text":"Prosinec 2023"},{"year":"2023","month":"11","text":"Listopad 2023"},{"year":"2023","month":"10","text":"\u0158\u00edjen 2023"},{"year":"2023","month":"9","text":"Z\u00e1\u0159\u00ed 2023"},{"year":"2023","month":"8","text":"Srpen 2023"},{"year":"2023","month":"7","text":"\u010cervenec 2023"},{"year":"2023","month":"6","text":"\u010cerven 2023"},{"year":"2023","month":"5","text":"Kv\u011bten 2023"},{"year":"2023","month":"4","text":"Duben 2023"},{"year":"2023","month":"3","text":"B\u0159ezen 2023"},{"year":"2023","month":"2","text":"\u00danor 2023"},{"year":"2023","month":"1","text":"Leden 2023"},{"year":"2022","month":"12","text":"Prosinec 2022"},{"year":"2022","month":"11","text":"Listopad 2022"},{"year":"2022","month":"10","text":"\u0158\u00edjen 2022"},{"year":"2022","month":"9","text":"Z\u00e1\u0159\u00ed 2022"},{"year":"2022","month":"8","text":"Srpen 2022"},{"year":"2022","month":"7","text":"\u010cervenec 2022"},{"year":"2022","month":"6","text":"\u010cerven 2022"},{"year":"2022","month":"5","text":"Kv\u011bten 2022"}],"mediaTrash":0,"infiniteScrolling":0}};</script>
<script id="quiz-maker-user-dashboard-public-ajax-js-extra">var user_dashboard_public_ajax={"ajax_url":"https:\/\/petrpikora.com\/wp-admin\/admin-ajax.php"};</script>
<script id="quiz-maker-user-dashboard-datatable-min-js-extra">var quizUserDashboardLangDataTableObj={"sEmptyTable":"No data available in table","sInfo":"Showing _START_ to _END_ of _TOTAL_ entries","sInfoEmpty":"Showing 0 to 0 of 0 entries","sInfoFiltered":"(filtered from _MAX_ total entries)","sLengthMenu":"Show _MENU_ entries","sLoadingRecords":"Loading...","sProcessing":"Processing...","sSearch":"Search:","sZeroRecords":"No matching records found","sFirst":"First","sLast":"Last","sNext":"Next","sPrevious":"Previous","sSortAscending":": activate to sort column ascending","sSortDescending":": activate to sort column descending"};</script>
<script id="UseyourDrive.Default_Skin.Player-js-extra">var Default_Skin_vars={"player_url":"https:\/\/petrpikora.com\/wp-content\/plugins\/use-your-drive\/skins\/Default_Skin"};</script>
<script id="UseyourDrive-js-extra">var UseyourDrive_vars={"plugin_ver":"3.2.8","plugin_url":"https:\/\/petrpikora.com\/wp-content\/plugins\/use-your-drive","ajax_url":"https:\/\/petrpikora.com\/wp-admin\/admin-ajax.php","cookie_path":"\/","cookie_domain":"","uuid":"349df850-eea3-440a-8213-253c9d65f547","is_mobile":"","is_rtl":"","recaptcha":"6Lc62isqAAAAAHZrLQSsIUHpZsVKPMLpjDNZc_82","shortlinks":"","remember_last_location":"1","content_skin":"light","icons_set":"https:\/\/petrpikora.com\/wp-content\/plugins\/use-your-drive\/css\/icons\/","lightbox_skin":"metro-black","lightbox_path":"horizontal","lightbox_rightclick":"No","lightbox_showheader":"true","lightbox_showcaption":"true","lightbox_thumbnailbar":"hover","post_max_size":"268435456","google_analytics":"1","log_events":"1","share_buttons":["clipboard","email","facebook","linkedin","mastodon","messenger","odnoklassniki","pinterest","pocket","reddit","telegram","twitter","viber","vkontakte","whatsapp","bluesky"],"refresh_nonce":"e609d7ac82","gallery_nonce":"d7ae7b41ac","proofing_nonce":"fa66a5af4a","getplaylist_nonce":"6ea5df1cb7","upload_nonce":"349bbbbc97","delete_nonce":"cdb21ca2af","rename_nonce":"8f1705b5ad","copy_nonce":"dfd26f2ef9","move_nonce":"e210e48c6c","shortcut_nonce":"1ab5211d6e","import_nonce":"374b713a9b","log_nonce":"dd0fd86724","description_nonce":"a979474f92","createentry_nonce":"6a60eb3f31","shortenurl_nonce":"3a18dcf028","createzip_nonce":"cba81a6609","createlink_nonce":"92fc40fd0a","recaptcha_nonce":"21778ea932","login_nonce":"d9d6cbbf1b","lead_nonce":"43c2f16cf1","str_loading":"Vydr\u017e. \u010cek\u00e1m na soubory ...","str_processing":"Pracuji...","str_success":"\u00dasp\u011bch","str_error":"Chyba","str_inqueue":"\u010cek\u00e1m","str_upload":"Nahr\u00e1t","str_uploading_start":"Spustit nahr\u00e1v\u00e1n\u00ed","str_uploading_no_limit":"Neomezeno","str_uploading":"Nahr\u00e1v\u00e1n\u00ed..","str_uploading_failed":"Nahr\u00e1v\u00e1n\u00ed souboru bylo \u00fasp\u011b\u0161n\u00e9","str_uploading_failed_msg":"N\u00e1sleduj\u00edc\u00ed soubory nejsou \u00fasp\u011b\u0161n\u011b nahr\u00e1ny:","str_uploading_failed_in_form":"Formul\u00e1\u0159 nelze odeslat. Odeberte v\u0161echny soubory, kter\u00e9 nejsou \u00fasp\u011b\u0161n\u011b p\u0159ipojeny.","str_uploading_cancelled":"Nahr\u00e1v\u00e1n\u00ed je zru\u0161eno","str_uploading_convert":"P\u0159evod","str_uploading_convert_failed":"P\u0159evod selhal","str_uploading_required_data":"Nejprve vypl\u0148te po\u017eadovan\u00e1 pole","str_error_title":"Chyba","str_close_title":"Zav\u0159\u00edt","str_start_title":"Za\u010d\u00e1tek","str_download_title":"St\u00e1hnout","str_import_title":"Import do knihovny m\u00e9di\u00ed","str_import":"Import","str_cancel_title":"Zru\u0161it","str_delete_title":"Smazat","str_move_title":"P\u0159esunout","str_shortcut_title":"P\u0159id\u00e1n\u00ed zkratky","str_copy_title":"Kop\u00edrovat","str_save_title":"Ulo\u017eit","str_copy_to_clipboard_title":"Zkop\u00edrovat do schr\u00e1nky","str_copied_to_clipboard":"Zkop\u00edrov\u00e1no do schr\u00e1nky!","str_delete":"Opravdu chcete smazat:","str_delete_multiple":"Opravdu chcete tyto soubory smazat?","str_rename_failed":"To nefunguje. Jsou v n\u00e1zvu souboru n\u011bjak\u00e9 ileg\u00e1ln\u00ed znaky (<>:\"\/\\|?*)?","str_rename_title":"P\u0159ejmenovat","str_rename":"P\u0159ejmenovat na:","str_add_description":"P\u0159idejte popis...","str_edit_description":"Upravit popis","str_no_filelist":"Nebyl p\u0159ijat \u017e\u00e1dn\u00fd obsah. Zkuste tuto str\u00e1nku na\u010d\u00edst znovu.","str_recaptcha_failed":"Ups! Nemohli jsme ov\u011b\u0159it, zda nejste robot :(. Zkuste pros\u00edm obnovit str\u00e1nku.","str_create_title":"Vytvo\u0159it","str_enter_name":"Zadejte jm\u00e9no...","str_create_folder":"P\u0159idat slo\u017eku","str_create_document":"Vytvo\u0159it dokument","str_select_account":"Vyberte \u00fa\u010det","str_zip_title":"Vytvo\u0159 zip soubor","str_zip_nofiles":"Nebyly nalezeny ani vybr\u00e1ny \u017e\u00e1dn\u00e9 soubory","str_zip_createzip":"Vytv\u00e1\u0159en\u00ed ZIP souboru","str_zip_selected":"(x) vybran\u00e9","str_share_link":"Sd\u00edlet","str_shareon":"Sd\u00edlet na","str_direct_link":"Vytvo\u0159it p\u0159\u00edm\u00fd odkaz","str_create_shared_link":"Vytv\u00e1\u0159en\u00ed sd\u00edlen\u00e9ho odkazu ...","str_previous_title":"P\u0159edchoz\u00ed","str_next_title":"Dal\u0161\u00ed","str_xhrError_title":"Tento obsah se nepoda\u0159ilo na\u010d\u00edst","str_imgError_title":"Tento obr\u00e1zek se nepoda\u0159ilo na\u010d\u00edst","str_startslideshow":"Spus\u0165te prezentaci","str_stopslideshow":"Zastavte prezentaci","str_nolink":"Dosud spojen\u00e9 s slo\u017eky","str_details_title":"Detaily","str_module_updated_success":"Modul byl \u00fasp\u011b\u0161n\u011b aktualizov\u00e1n.","str_module_updated_failed":"Modul nebylo mo\u017en\u00e9 aktualizovat.","str_module_added_success":"Modul byl \u00fasp\u011b\u0161n\u011b p\u0159id\u00e1n.","str_module_added_failed":"Modul se nepoda\u0159ilo p\u0159idat.","str_module_deleted_success":"Modul byl \u00fasp\u011b\u0161n\u011b odstran\u011bn.","str_module_deleted_failed":"Modul nebylo mo\u017en\u00e9 odstranit.","str_files_limit":"P\u0159ekro\u010den\u00ed maxim\u00e1ln\u00edho po\u010dtu soubor\u016f","str_filetype_not_allowed":"Typ souboru nen\u00ed povolen","str_item":"Polo\u017eka","str_items":"Polo\u017eky","str_search_results":"V\u00fdsledky pro %s","str_max_file_size":"Soubor je p\u0159\u00edli\u0161 velk\u00fd","str_min_file_size":"Soubor je p\u0159\u00edli\u0161 mal\u00fd","str_iframe_loggedin":"<div class='empty_iframe'><div class='empty_iframe_container'><div class='empty_iframe_img'><\/div><h1>St\u00e1le \u010dek\u00e1te?<\/h1><span>Pokud se dokument neotev\u0159e, pravd\u011bpodobn\u011b se pokou\u0161\u00edte z\u00edskat p\u0159\u00edstup k chr\u00e1n\u011bn\u00e9mu souboru, kter\u00fd vy\u017eaduje p\u0159ihl\u00e1\u0161en\u00ed. <strong><a href='#' target='_blank' class='empty_iframe_link'>Zkuste soubor otev\u0159\u00edt v nov\u00e9m okn\u011b.<\/a><\/strong><\/span><\/div><\/div>"};</script>
<script id="youzify-js-extra">var Youzify={"unknown_error":"Do\u0161lo k nezn\u00e1m\u00e9 chyb\u011b. Zkuste to pros\u00edm pozd\u011bji.","slideshow_auto":"1","slides_height_type":"fixed","activity_autoloader":"on","authenticating":"Ov\u011b\u0159ov\u00e1n\u00ed...","security_nonce":"957299ce16","displayed_user_id":"0","ajax_url":"https:\/\/petrpikora.com\/wp-admin\/admin-ajax.php","save_changes":"Ulo\u017eit zm\u011bny","thanks":"OK! D\u00edky","confirm":"Potvrdit","cancel":"Zru\u0161it","menu_title":"Menu","gotit":"Rozum\u00edm!","done":"Hotovo!","ops":"Jejda!","poll_option":"Nastaven\u00ed %d","poll_option_empty":"Omlouv\u00e1me se, ale mus\u00edte vybrat alespo\u0148 jednu mo\u017enost.","poll_already_voted":"Sorry, you already voted before.","slideshow_speed":"5","assets":"https:\/\/petrpikora.com\/wp-content\/plugins\/youzify\/includes\/public\/assets\/","youzify_url":"https:\/\/petrpikora.com\/wp-content\/plugins\/youzify\/","live_notifications":"on","last_notification":"0","sound_file":"https:\/\/petrpikora.com\/wp-content\/plugins\/youzify\/includes\/public\/assets\/youzify-notification-sound","timeout":"10","notifications_interval":"30"};</script>
<script id="wesper-custom-js-extra">var jlParamsOpt={"ajaxurl":"https:\/\/petrpikora.com\/wp-admin\/admin-ajax.php","opt_dark":""};</script>
<script id="newsletter-js-extra">var newsletter_data={"action_url":"https:\/\/petrpikora.com\/wp-admin\/admin-ajax.php"};</script>
<script id="heartbeat-js-extra">var heartbeatSettings={"ajaxurl":"\/wp-admin\/admin-ajax.php"};</script>
<script id="elementor-frontend-js-before">var elementorFrontendConfig={"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Sd\u00edlet na Facebooku","shareOnTwitter":"Sd\u00edlet na Twitteru","pinIt":"P\u0159ipnout na Pintereset","download":"St\u00e1hnout","downloadImage":"St\u00e1hnout obr\u00e1zek","fullscreen":"Cel\u00e1 obrazovka","zoom":"P\u0159ibl\u00ed\u017een\u00ed","share":"Sd\u00edlet","playVideo":"P\u0159ehr\u00e1t video","previous":"P\u0159edchoz\u00ed","next":"Dal\u0161\u00ed","close":"Zav\u0159\u00edt","a11yCarouselPrevSlideMessage":"P\u0159edchoz\u00ed sn\u00edmek","a11yCarouselNextSlideMessage":"Dal\u0161\u00ed sn\u00edmek","a11yCarouselFirstSlideMessage":"Toto je prvn\u00ed sn\u00edmek","a11yCarouselLastSlideMessage":"Toto je posledn\u00ed sn\u00edmek","a11yCarouselPaginationBulletMessage":"P\u0159ej\u00edt na sn\u00edmek"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobil na v\u00fd\u0161ku","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobil na \u0161\u00ed\u0159ku","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet na v\u00fd\u0161ku","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet na \u0161\u00ed\u0159ku","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Notebook","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"\u0160iroko\u00fahl\u00fd","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.29.2","is_static":false,"experimentalFeatures":{"e_font_icon_svg":true,"additional_custom_breakpoints":true,"container":true,"e_local_google_fonts":true,"theme_builder_v2":true,"nested-elements":true,"editor_v2":true,"home_screen":true,"cloud-library":true,"e_opt_in_v4_page":true,"mega-menu":true},"urls":{"assets":"https:\/\/petrpikora.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/petrpikora.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/petrpikora.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"10169f31d8"},"swiperClass":"swiper","settings":{"page":{"element_pack_global_tooltip_width":{"unit":"px","size":"","sizes":[]},"element_pack_global_tooltip_width_tablet":{"unit":"px","size":"","sizes":[]},"element_pack_global_tooltip_width_mobile":{"unit":"px","size":"","sizes":[]},"element_pack_global_tooltip_padding":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"element_pack_global_tooltip_padding_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"element_pack_global_tooltip_padding_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"element_pack_global_tooltip_border_radius":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"element_pack_global_tooltip_border_radius_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"element_pack_global_tooltip_border_radius_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true}},"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":11844,"title":"Rozpozn%C3%A1v%C3%A1n%C3%AD%20obr%C3%A1zk%C5%AF%20v%20TensorFlow.js%20-%20PetrPikora.com","excerpt":"","featuredImage":"https:\/\/petrpikora.com\/wp-content\/uploads\/2024\/02\/tensorflow_js_logo-1024x768.jpg"}};</script>
<script id="bdt-uikit-js-extra">var element_pack_ajax_login_config={"ajaxurl":"https:\/\/petrpikora.com\/wp-admin\/admin-ajax.php","language":"cs","loadingmessage":"Sending user info, please wait...","unknownerror":"Unknown error, make sure access is correct!"};
var ElementPackConfig={"ajaxurl":"https:\/\/petrpikora.com\/wp-admin\/admin-ajax.php","nonce":"a8f4169777","data_table":{"language":{"sLengthMenu":"Show _MENU_ Entries","sInfo":"Showing _START_ to _END_ of _TOTAL_ entries","sSearch":"Search :","sZeroRecords":"No matching records found","oPaginate":{"sPrevious":"Previous","sNext":"Next"}}},"contact_form":{"sending_msg":"Sending message please wait...","captcha_nd":"Invisible captcha not defined!","captcha_nr":"Could not get invisible captcha response!"},"mailchimp":{"subscribing":"Subscribing you please wait..."},"search":{"more_result":"More Results","search_result":"SEARCH RESULT","not_found":"not found"},"words_limit":{"read_more":"[read more]","read_less":"[read less]"},"elements_data":{"sections":[],"columns":[],"widgets":[]}};</script>
<script id="personal-dictionary-shortcode-add-word-from-front-js-extra">var aysPersonalDictionaryFrontAjaxPublic={"ajaxUrl":"https:\/\/petrpikora.com\/wp-admin\/admin-ajax.php","group":"Group","translation":"Translation"};</script>
<script id="elementor-pro-frontend-js-before">var ElementorProFrontendConfig={"ajaxurl":"https:\/\/petrpikora.com\/wp-admin\/admin-ajax.php","nonce":"7dab6e8a61","urls":{"assets":"https:\/\/petrpikora.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/petrpikora.com\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":false},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"cs_CZ","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/petrpikora.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};</script>
<script>var lepopup_ajax_url="https://petrpikora.com/wp-admin/admin-ajax.php";
var lepopup_ga_tracking="off";
var lepopup_abd_enabled="off";
var lepopup_async_init="on";
var lepopup_preload="off";
var lepopup_overlays={"Download-Now":["14","middle-center","on","rgba(51, 51, 51, 0.8)","on","fadeIn","#ffffff","#ffffff","#ffffff","360"],"python-hodiny":["15","middle-center","on","rgba(51, 51, 51, 0.8)","on","fadeIn","#ffffff","#ffffff","#ffffff","360"],"MIDI-471":["16","middle-center","on","rgba(51, 51, 51, 0.8)","on","fadeIn","#ffffff","#ffffff","#ffffff","360"],"LoginQuiz":["17","middle-center","on","rgba(51, 51, 51, 0.8)","off","fadeIn","#ffffff","#ffffff","#ffffff","360"],"LoginSurvey":["18","middle-center","on","rgba(51, 51, 51, 0.8)","off","fadeIn","#ffffff","#ffffff","#ffffff","360"],"popup-2024-08-29-04-42-17":["20","middle-center","on","rgba(109, 219, 13, 0.7)","on","zoomIn","#ffffff","#ffffff","#ffffff","365"]};
var lepopup_campaigns={};</script>
<script>window.dataLayer=window.dataLayer||[];
function gtag(){
dataLayer.push(arguments);
}
if(localStorage.getItem('consentMode')===null){
gtag("consent", "default", {
ad_personalization: "denied",
ad_storage: "denied",
ad_user_data: "denied",
analytics_storage: "denied",
functionality_storage: "denied",
personalization_storage: "denied",
security_storage: "granted"
});
}else{
gtag('consent', 'default', JSON.parse(localStorage.getItem('consentMode')));
}</script>
<script>window.dataLayer=window.dataLayer||[];
function gtag(){
dataLayer.push(arguments);
}
if(localStorage.getItem('consentMode')===null){
gtag("consent", "default", {
ad_personalization: "denied",
ad_storage: "denied",
ad_user_data: "denied",
analytics_storage: "denied",
functionality_storage: "denied",
personalization_storage: "denied",
security_storage: "granted"
});
}else{
gtag('consent', 'default', JSON.parse(localStorage.getItem('consentMode')));
}</script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/kynhe64z/5qsv6.js" id="jquery-core-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/mnpvgcfj/5qsv5.js" id="jquery-migrate-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/kah59r0d/5qsv5.js" id="youzify-wall-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/eitelcye/5qsv5.js" id="jquery-ui-core-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/mckgjcgf/5qsv5.js" id="jquery-ui-menu-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/ei8au1rk/5qsv5.js" id="wp-dom-ready-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/20hji2tg/5qsv5.js" id="wp-hooks-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/f1tb6dtk/5qsv5.js" id="wp-i18n-js"></script>
<script id="wp-i18n-js-after">wp.i18n.setLocaleData({ 'text direction\u0004ltr': [ 'ltr' ] });</script>
<script id="wp-a11y-js-translations">(function(domain, translations){
var localeData=translations.locale_data[ domain ]||translations.locale_data.messages;
localeData[""].domain=domain;
wp.i18n.setLocaleData(localeData, domain);
})("default", {"translation-revision-date":"2025-05-15 15:31:31+0000","generator":"GlotPress\/4.0.1","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=3; plural=(n==1) ? 0:((n >=2&&n <=4) ? 1:2);","lang":"cs_CZ"},"Notifications":["Ozn\u00e1men\u00ed"]}},"comment":{"reference":"wp-includes\/js\/dist\/a11y.js"}});</script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/qts1xppc/5qsv5.js" id="wp-a11y-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/jynomw3t/5qsv5.js" id="jquery-ui-autocomplete-js"></script>
<script src="https://maps.googleapis.com/maps/api/js?libraries=places&amp;key=AIzaSyCgBLGrE6J6luGsws1lnWyEVm9YTtOaHtU&amp;ver=3.5.5" id="youzify-google-map-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/975bc2e8/5qsv5.js" id="youzify-carousel-js-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/efag0xqh/5qsv5.js" id="youzify-slider-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/jo3pkkqv/5qsv5.js" id="ct-ultimate-gdpr-service-facebook-pixel-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/q95vfsw7/5qsv5.js" id="ct-ultimate-gdpr-cookie-consent-mode-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/8u6qkl82/5qsv5.js" id="thickbox-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/q61ybrhc/5qsv5.js" id="underscore-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/104w2rbe/5qsv5.js" id="shortcode-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/6vk39cbb/5qsv5.js" id="media-upload-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/2fqjxmgj/5qsv5.js" id="ap_plugin_js_script-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/kwpjg7nc/5qsv5.js" id="ap_plugin_chart_js_script-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/1fe5wm5o/5qsv5.js" id="ap_plugin_simply_scroll_js_script-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/88kmdfni/5qsv5.js" id="jsmediatags-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/g4z2egkt/5qsv5.js" id="hap-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/d61gfz2k/5qsv5.js" id="hap-sticky-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/jmu7bp51/5qsv4.js" id="ilist-qcld-embed-form-script-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/8uatq2g7/5qsv4.js" id="kbx-jquery-modal-js-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/d4yc49h1/5qsv4.js" id="kbx-packery-js-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/dgoo30z7/5qsv4.js" id="kbx-script-js-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/epdotlqd/5qsv4.js" id="kbx-slim-scroll-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/zgp35rq/5qsv4.js" id="kbx-cookies-js-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/2qvlolbw/5qsv4.js" id="kbx-bot-js-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/2p7g57mg/5qsv4.js" id="kbx-general-js-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/m0a2wz42/5qsv4.js" id="personal-dictionary-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/7ioczkys/5qsv4.js" id="personal-dictionary-plugin-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/36htagt/5qsv4.js" id="personal-dictionary-select2-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/k9rs4mzl/5qsv4.js" id="utils-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/f3hdy5eu/5qsv4.js" id="moxiejs-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/8lglpjcx/5qsv4.js" id="plupload-js"></script>
<!--[if lt IE 8]><script src="//petrpikora.com/wp-content/cache/wpfc-minified/2ehbmm5z/5qsv4.js" id="json2-js"></script><![endif]-->
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/f1sbcrma/5qsv4.js" id="quiz-maker-advanced-display-quizzes-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/m92iciuv/5qsv4.js" id="quiz-maker-extra-shortcodes-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/g4dvn4qw/5qsv4.js" id="quiz-maker-frontend-requests-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/f6jkakbb/5qsv4.js" id="quiz-maker-frontend-requests-ajax-public-fr-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/jniji33d/5qsv4.js" id="quiz-maker-frontend-statistics-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/11r1lehd/5qsv4.js" id="quiz-maker-generate-quiz-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/86sc7lvx/5qsv4.js" id="quiz-maker-mailpoet-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/ln791h8u/5qsv4.js" id="quiz-maker-url-parameters-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/mktvg8do/5qsv4.js" id="quiz-maker-user-dashboard-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/qse5sp4n/5qsv4.js" id="quiz-maker-user-registration-login-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/jmb1g011/5qsv4.js" id="Default_Skin.Library-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/mo6vimnx/5qsv4.js" id="notyf-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/jm8a9vpl/5qsv4.js" id="magicai-admin-settings-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/7axz5p2u/5qsv4.js" id="magicai-jquery-confirm-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/q52ph9yl/5qsv4.js" id="ct-ultimate-gdpr-cookie-list-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/lbmb3t20/5qsv4.js" id="ct-ultimate-gdpr-shortcode-block-cookie-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/lnxmv4a1/5qsv4.js" id="ct-ultimate-gdpr-service-buddypress-js"></script>
<script id="google_gtagjs-js-after">window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}
gtag("set","linker",{"domains":["petrpikora.com"]});
gtag("js", new Date());
gtag("set", "developer_id.dZTNiMT", true);
gtag("config", "GT-5MXQ37F");</script>
<script>function _gaLt(event){
if(typeof ga!=="undefined"){
if(!ga.hasOwnProperty("loaded")||ga.loaded!=true||(event.which!=1&&event.which!=2)){
return;
}
var el=event.srcElement||event.target;
while (el&&(typeof el.tagName=='undefined'||el.tagName.toLowerCase()!='a'||!el.href)){
el=el.parentNode;
}
if(el&&el.href){
var link=el.href;
if(link.indexOf(location.host)==-1&&!link.match(/^javascript\:/i)){
var target=(el.target&&!el.target.match(/^_(self|parent|top)$/i)) ? el.target:false;
if(event.ctrlKey||event.shiftKey||event.metaKey||event.which==2){
target="_blank";
}
var hbrun=false;
var hitBack=function(){
if(hbrun) return;
hbrun=true;
window.location.href=link;
};
if(target){ 
ga(
"send", "event", "Outgoing Links", link,
document.location.pathname + document.location.search
);
}else{ 
event.preventDefault ? event.preventDefault():event.returnValue = !1;
ga(
"send", "event", "Outgoing Links", link,
document.location.pathname + document.location.search, {
"hitCallback": hitBack
}
);
setTimeout(hitBack, 1000);
}}
}}
}
var _w=window;
var _gaLtEvt=("ontouchstart" in _w) ? "click":"mousedown";
_w.addEventListener ? _w.addEventListener("load", function(){document.body.addEventListener(_gaLtEvt, _gaLt, !1)}, !1)
: _w.attachEvent&&_w.attachEvent("onload", function(){document.body.attachEvent("on" + _gaLtEvt, _gaLt)});</script>
<script async src="https://fundingchoicesmessages.google.com/i/pub-9701870585839935?ers=1"></script>
<script>(function(){function signalGooglefcPresent(){if(!window.frames['googlefcPresent']){if(document.body){const iframe=document.createElement('iframe'); iframe.style='width: 0; height: 0; border: none; z-index: -1000; left: -1000px; top: -1000px;'; iframe.style.display='none'; iframe.name='googlefcPresent'; document.body.appendChild(iframe);}else{setTimeout(signalGooglefcPresent, 0);}}}signalGooglefcPresent();})();</script>
<script>(function(){'use strict';function aa(a){var b=0;return function(){return b<a.length?{done:!1,value:a[b++]}:{done:!0}}}var ba=typeof Object.defineProperties=="function"?Object.defineProperty:function(a,b,c){if(a==Array.prototype||a==Object.prototype)return a;a[b]=c.value;return a};
function ca(a){a=["object"==typeof globalThis&&globalThis,a,"object"==typeof window&&window,"object"==typeof self&&self,"object"==typeof global&&global];for(var b=0;b<a.length;++b){var c=a[b];if(c&&c.Math==Math)return c}throw Error("Cannot find global object");}var da=ca(this);function l(a,b){if(b)a:{var c=da;a=a.split(".");for(var d=0;d<a.length-1;d++){var e=a[d];if(!(e in c))break a;c=c[e]}a=a[a.length-1];d=c[a];b=b(d);b!=d&&b!=null&&ba(c,a,{configurable:!0,writable:!0,value:b})}}
function ea(a){return a.raw=a}function n(a){var b=typeof Symbol!="undefined"&&Symbol.iterator&&a[Symbol.iterator];if(b)return b.call(a);if(typeof a.length=="number")return{next:aa(a)};throw Error(String(a)+" is not an iterable or ArrayLike");}function fa(a){for(var b,c=[];!(b=a.next()).done;)c.push(b.value);return c}var ha=typeof Object.create=="function"?Object.create:function(a){function b(){}b.prototype=a;return new b},p;
if(typeof Object.setPrototypeOf=="function")p=Object.setPrototypeOf;else{var q;a:{var ja={a:!0},ka={};try{ka.__proto__=ja;q=ka.a;break a}catch(a){}q=!1}p=q?function(a,b){a.__proto__=b;if(a.__proto__!==b)throw new TypeError(a+" is not extensible");return a}:null}var la=p;
function t(a,b){a.prototype=ha(b.prototype);a.prototype.constructor=a;if(la)la(a,b);else for(var c in b)if(c!="prototype")if(Object.defineProperties){var d=Object.getOwnPropertyDescriptor(b,c);d&&Object.defineProperty(a,c,d)}else a[c]=b[c];a.A=b.prototype}function ma(){for(var a=Number(this),b=[],c=a;c<arguments.length;c++)b[c-a]=arguments[c];return b}l("Object.is",function(a){return a?a:function(b,c){return b===c?b!==0||1/b===1/c:b!==b&&c!==c}});
l("Array.prototype.includes",function(a){return a?a:function(b,c){var d=this;d instanceof String&&(d=String(d));var e=d.length;c=c||0;for(c<0&&(c=Math.max(c+e,0));c<e;c++){var f=d[c];if(f===b||Object.is(f,b))return!0}return!1}});
l("String.prototype.includes",function(a){return a?a:function(b,c){if(this==null)throw new TypeError("The 'this' value for String.prototype.includes must not be null or undefined");if(b instanceof RegExp)throw new TypeError("First argument to String.prototype.includes must not be a regular expression");return this.indexOf(b,c||0)!==-1}});l("Number.MAX_SAFE_INTEGER",function(){return 9007199254740991});
l("Number.isFinite",function(a){return a?a:function(b){return typeof b!=="number"?!1:!isNaN(b)&&b!==Infinity&&b!==-Infinity}});l("Number.isInteger",function(a){return a?a:function(b){return Number.isFinite(b)?b===Math.floor(b):!1}});l("Number.isSafeInteger",function(a){return a?a:function(b){return Number.isInteger(b)&&Math.abs(b)<=Number.MAX_SAFE_INTEGER}});
l("Math.trunc",function(a){return a?a:function(b){b=Number(b);if(isNaN(b)||b===Infinity||b===-Infinity||b===0)return b;var c=Math.floor(Math.abs(b));return b<0?-c:c}});
var u=this||self;function v(a,b){a:{var c=["CLOSURE_FLAGS"];for(var d=u,e=0;e<c.length;e++)if(d=d[c[e]],d==null){c=null;break a}c=d}a=c&&c[a];return a!=null?a:b}function w(a){return a};function na(a){u.setTimeout(function(){throw a;},0)};var oa=v(610401301,!1),pa=v(188588736,!0),qa=v(645172343,v(1,!0));var x,ra=u.navigator;x=ra?ra.userAgentData||null:null;function z(a){return oa?x?x.brands.some(function(b){return(b=b.brand)&&b.indexOf(a)!=-1}):!1:!1}function A(a){var b;a:{if(b=u.navigator)if(b=b.userAgent)break a;b=""}return b.indexOf(a)!=-1};function B(){return oa?!!x&&x.brands.length>0:!1}function C(){return B()?z("Chromium"):(A("Chrome")||A("CriOS"))&&!(B()?0:A("Edge"))||A("Silk")};var sa=B()?!1:A("Trident")||A("MSIE");!A("Android")||C();C();A("Safari")&&(C()||(B()?0:A("Coast"))||(B()?0:A("Opera"))||(B()?0:A("Edge"))||(B()?z("Microsoft Edge"):A("Edg/"))||B()&&z("Opera"));var ta={},D=null;var ua=typeof Uint8Array!=="undefined",va=!sa&&typeof btoa==="function";var wa;function E(){return typeof BigInt==="function"};var F=typeof Symbol==="function"&&typeof Symbol()==="symbol";function xa(a){return typeof Symbol==="function"&&typeof Symbol()==="symbol"?Symbol():a}var G=xa(),ya=xa("2ex");var za=F?function(a,b){a[G]|=b}:function(a,b){a.g!==void 0?a.g|=b:Object.defineProperties(a,{g:{value:b,configurable:!0,writable:!0,enumerable:!1}})},H=F?function(a){return a[G]|0}:function(a){return a.g|0},I=F?function(a){return a[G]}:function(a){return a.g},J=F?function(a,b){a[G]=b}:function(a,b){a.g!==void 0?a.g=b:Object.defineProperties(a,{g:{value:b,configurable:!0,writable:!0,enumerable:!1}})};function Aa(a,b){J(b,(a|0)&-14591)}function Ba(a,b){J(b,(a|34)&-14557)};var K={},Ca={};function Da(a){return!(!a||typeof a!=="object"||a.g!==Ca)}function Ea(a){return a!==null&&typeof a==="object"&&!Array.isArray(a)&&a.constructor===Object}function L(a,b,c){if(!Array.isArray(a)||a.length)return!1;var d=H(a);if(d&1)return!0;if(!(b&&(Array.isArray(b)?b.includes(c):b.has(c))))return!1;J(a,d|1);return!0};var M=0,N=0;function Fa(a){var b=a>>>0;M=b;N=(a-b)/4294967296>>>0}function Ga(a){if(a<0){Fa(-a);var b=n(Ha(M,N));a=b.next().value;b=b.next().value;M=a>>>0;N=b>>>0}else Fa(a)}function Ia(a,b){b>>>=0;a>>>=0;if(b<=2097151)var c=""+(4294967296*b+a);else E()?c=""+(BigInt(b)<<BigInt(32)|BigInt(a)):(c=(a>>>24|b<<8)&16777215,b=b>>16&65535,a=(a&16777215)+c*6777216+b*6710656,c+=b*8147497,b*=2,a>=1E7&&(c+=a/1E7>>>0,a%=1E7),c>=1E7&&(b+=c/1E7>>>0,c%=1E7),c=b+Ja(c)+Ja(a));return c}
function Ja(a){a=String(a);return"0000000".slice(a.length)+a}function Ha(a,b){b=~b;a?a=~a+1:b+=1;return[a,b]};var Ka=/^-?([1-9][0-9]*|0)(\.[0-9]+)?$/;var O;function La(a,b){O=b;a=new a(b);O=void 0;return a}
function P(a,b,c){a==null&&(a=O);O=void 0;if(a==null){var d=96;c?(a=[c],d|=512):a=[];b&&(d=d&-16760833|(b&1023)<<14)}else{if(!Array.isArray(a))throw Error("narr");d=H(a);if(d&2048)throw Error("farr");if(d&64)return a;d|=64;if(c&&(d|=512,c!==a[0]))throw Error("mid");a:{c=a;var e=c.length;if(e){var f=e-1;if(Ea(c[f])){d|=256;b=f-(+!!(d&512)-1);if(b>=1024)throw Error("pvtlmt");d=d&-16760833|(b&1023)<<14;break a}}if(b){b=Math.max(b,e-(+!!(d&512)-1));if(b>1024)throw Error("spvt");d=d&-16760833|(b&1023)<<
14}}}J(a,d);return a};function Ma(a){switch(typeof a){case "number":return isFinite(a)?a:String(a);case "boolean":return a?1:0;case "object":if(a)if(Array.isArray(a)){if(L(a,void 0,0))return}else if(ua&&a!=null&&a instanceof Uint8Array){if(va){for(var b="",c=0,d=a.length-10240;c<d;)b+=String.fromCharCode.apply(null,a.subarray(c,c+=10240));b+=String.fromCharCode.apply(null,c?a.subarray(c):a);a=btoa(b)}else{b===void 0&&(b=0);if(!D){D={};c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split("");d=["+/=",
"+/","-_=","-_.","-_"];for(var e=0;e<5;e++){var f=c.concat(d[e].split(""));ta[e]=f;for(var g=0;g<f.length;g++){var h=f[g];D[h]===void 0&&(D[h]=g)}}}b=ta[b];c=Array(Math.floor(a.length/3));d=b[64]||"";for(e=f=0;f<a.length-2;f+=3){var k=a[f],m=a[f+1];h=a[f+2];g=b[k>>2];k=b[(k&3)<<4|m>>4];m=b[(m&15)<<2|h>>6];h=b[h&63];c[e++]=g+k+m+h}g=0;h=d;switch(a.length-f){case 2:g=a[f+1],h=b[(g&15)<<2]||d;case 1:a=a[f],c[e]=b[a>>2]+b[(a&3)<<4|g>>4]+h+d}a=c.join("")}return a}}return a};function Na(a,b,c){a=Array.prototype.slice.call(a);var d=a.length,e=b&256?a[d-1]:void 0;d+=e?-1:0;for(b=b&512?1:0;b<d;b++)a[b]=c(a[b]);if(e){b=a[b]={};for(var f in e)Object.prototype.hasOwnProperty.call(e,f)&&(b[f]=c(e[f]))}return a}function Oa(a,b,c,d,e){if(a!=null){if(Array.isArray(a))a=L(a,void 0,0)?void 0:e&&H(a)&2?a:Pa(a,b,c,d!==void 0,e);else if(Ea(a)){var f={},g;for(g in a)Object.prototype.hasOwnProperty.call(a,g)&&(f[g]=Oa(a[g],b,c,d,e));a=f}else a=b(a,d);return a}}
function Pa(a,b,c,d,e){var f=d||c?H(a):0;d=d?!!(f&32):void 0;a=Array.prototype.slice.call(a);for(var g=0;g<a.length;g++)a[g]=Oa(a[g],b,c,d,e);c&&c(f,a);return a}function Qa(a){return a.s===K?a.toJSON():Ma(a)};function Ra(a,b,c){c=c===void 0?Ba:c;if(a!=null){if(ua&&a instanceof Uint8Array)return b?a:new Uint8Array(a);if(Array.isArray(a)){var d=H(a);if(d&2)return a;b&&(b=d===0||!!(d&32)&&!(d&64||!(d&16)));return b?(J(a,(d|34)&-12293),a):Pa(a,Ra,d&4?Ba:c,!0,!0)}a.s===K&&(c=a.h,d=I(c),a=d&2?a:La(a.constructor,Sa(c,d,!0)));return a}}function Sa(a,b,c){var d=c||b&2?Ba:Aa,e=!!(b&32);a=Na(a,b,function(f){return Ra(f,e,d)});za(a,32|(c?2:0));return a};function Ta(a,b){a=a.h;return Ua(a,I(a),b)}function Va(a,b,c,d){b=d+(+!!(b&512)-1);if(!(b<0||b>=a.length||b>=c))return a[b]}
function Ua(a,b,c,d){if(c===-1)return null;var e=b>>14&1023||536870912;if(c>=e){if(b&256)return a[a.length-1][c]}else{var f=a.length;if(d&&b&256&&(d=a[f-1][c],d!=null)){if(Va(a,b,e,c)&&ya!=null){var g;a=(g=wa)!=null?g:wa={};g=a[ya]||0;g>=4||(a[ya]=g+1,g=Error(),g.__closure__error__context__984382||(g.__closure__error__context__984382={}),g.__closure__error__context__984382.severity="incident",na(g))}return d}return Va(a,b,e,c)}}
function Wa(a,b,c,d,e){var f=b>>14&1023||536870912;if(c>=f||e&&!qa){var g=b;if(b&256)e=a[a.length-1];else{if(d==null)return;e=a[f+(+!!(b&512)-1)]={};g|=256}e[c]=d;c<f&&(a[c+(+!!(b&512)-1)]=void 0);g!==b&&J(a,g)}else a[c+(+!!(b&512)-1)]=d,b&256&&(a=a[a.length-1],c in a&&delete a[c])}
function Xa(a,b){var c=Ya;var d=d===void 0?!1:d;var e=a.h;var f=I(e),g=Ua(e,f,b,d);if(g!=null&&typeof g==="object"&&g.s===K)c=g;else if(Array.isArray(g)){var h=H(g),k=h;k===0&&(k|=f&32);k|=f&2;k!==h&&J(g,k);c=new c(g)}else c=void 0;c!==g&&c!=null&&Wa(e,f,b,c,d);e=c;if(e==null)return e;a=a.h;f=I(a);f&2||(g=e,c=g.h,h=I(c),g=h&2?La(g.constructor,Sa(c,h,!1)):g,g!==e&&(e=g,Wa(a,f,b,e,d)));return e}function Za(a,b){a=Ta(a,b);return a==null||typeof a==="string"?a:void 0}
function $a(a,b){var c=c===void 0?0:c;a=Ta(a,b);if(a!=null)if(b=typeof a,b==="number"?Number.isFinite(a):b!=="string"?0:Ka.test(a))if(typeof a==="number"){if(a=Math.trunc(a),!Number.isSafeInteger(a)){Ga(a);b=M;var d=N;if(a=d&2147483648)b=~b+1>>>0,d=~d>>>0,b==0&&(d=d+1>>>0);b=d*4294967296+(b>>>0);a=a?-b:b}}else if(b=Math.trunc(Number(a)),Number.isSafeInteger(b))a=String(b);else{if(b=a.indexOf("."),b!==-1&&(a=a.substring(0,b)),!(a[0]==="-"?a.length<20||a.length===20&&Number(a.substring(0,7))>-922337:
a.length<19||a.length===19&&Number(a.substring(0,6))<922337)){if(a.length<16)Ga(Number(a));else if(E())a=BigInt(a),M=Number(a&BigInt(4294967295))>>>0,N=Number(a>>BigInt(32)&BigInt(4294967295));else{b=+(a[0]==="-");N=M=0;d=a.length;for(var e=b,f=(d-b)%6+b;f<=d;e=f,f+=6)e=Number(a.slice(e,f)),N*=1E6,M=M*1E6+e,M>=4294967296&&(N+=Math.trunc(M/4294967296),N>>>=0,M>>>=0);b&&(b=n(Ha(M,N)),a=b.next().value,b=b.next().value,M=a,N=b)}a=M;b=N;b&2147483648?E()?a=""+(BigInt(b|0)<<BigInt(32)|BigInt(a>>>0)):(b=
n(Ha(a,b)),a=b.next().value,b=b.next().value,a="-"+Ia(a,b)):a=Ia(a,b)}}else a=void 0;return a!=null?a:c}function R(a,b){var c=c===void 0?"":c;a=Za(a,b);return a!=null?a:c};var S;function T(a,b,c){this.h=P(a,b,c)}T.prototype.toJSON=function(){return ab(this)};T.prototype.s=K;T.prototype.toString=function(){try{return S=!0,ab(this).toString()}finally{S=!1}};
function ab(a){var b=S?a.h:Pa(a.h,Qa,void 0,void 0,!1);var c=!S;var d=pa?void 0:a.constructor.v;var e=I(c?a.h:b);if(a=b.length){var f=b[a-1],g=Ea(f);g?a--:f=void 0;e=+!!(e&512)-1;var h=b;if(g){b:{var k=f;var m={};g=!1;if(k)for(var r in k)if(Object.prototype.hasOwnProperty.call(k,r))if(isNaN(+r))m[r]=k[r];else{var y=k[r];Array.isArray(y)&&(L(y,d,+r)||Da(y)&&y.size===0)&&(y=null);y==null&&(g=!0);y!=null&&(m[r]=y)}if(g){for(var Q in m)break b;m=null}else m=k}k=m==null?f!=null:m!==f}for(var ia;a>0;a--){Q=
a-1;r=h[Q];Q-=e;if(!(r==null||L(r,d,Q)||Da(r)&&r.size===0))break;ia=!0}if(h!==b||k||ia){if(!c)h=Array.prototype.slice.call(h,0,a);else if(ia||k||m)h.length=a;m&&h.push(m)}b=h}return b};function bb(a){return function(b){if(b==null||b=="")b=new a;else{b=JSON.parse(b);if(!Array.isArray(b))throw Error("dnarr");za(b,32);b=La(a,b)}return b}};function cb(a){this.h=P(a)}t(cb,T);var db=bb(cb);var U;function V(a){this.g=a}V.prototype.toString=function(){return this.g+""};var eb={};function fb(a){if(U===void 0){var b=null;var c=u.trustedTypes;if(c&&c.createPolicy){try{b=c.createPolicy("goog#html",{createHTML:w,createScript:w,createScriptURL:w})}catch(d){u.console&&u.console.error(d.message)}U=b}else U=b}a=(b=U)?b.createScriptURL(a):a;return new V(a,eb)};
function gb(a){var b=ma.apply(1,arguments);if(b.length===0)return fb(a[0]);for(var c=a[0],d=0;d<b.length;d++)c+=encodeURIComponent(b[d])+a[d+1];return fb(c)};function hb(a,b){a.src=b instanceof V&&b.constructor===V?b.g:"type_error:TrustedResourceUrl";var c,d;(c=(b=(d=(c=(a.ownerDocument&&a.ownerDocument.defaultView||window).document).querySelector)==null?void 0:d.call(c,"script[nonce]"))?b.nonce||b.getAttribute("nonce")||"":"")&&a.setAttribute("nonce",c)};function ib(){return Math.floor(Math.random()*2147483648).toString(36)+Math.abs(Math.floor(Math.random()*2147483648)^Date.now()).toString(36)};function jb(a,b){b=String(b);a.contentType==="application/xhtml+xml"&&(b=b.toLowerCase());return a.createElement(b)}function kb(a){this.g=a||u.document||document};function lb(a){a=a===void 0?document:a;return a.createElement("script")};function mb(a,b,c,d,e,f){try{var g=a.g,h=lb(g);h.async=!0;hb(h,b);g.head.appendChild(h);h.addEventListener("load",function(){e();d&&g.head.removeChild(h)});h.addEventListener("error",function(){c>0?mb(a,b,c-1,d,e,f):(d&&g.head.removeChild(h),f())})}catch(k){f()}};var nb=u.atob("aHR0cHM6Ly93d3cuZ3N0YXRpYy5jb20vaW1hZ2VzL2ljb25zL21hdGVyaWFsL3N5c3RlbS8xeC93YXJuaW5nX2FtYmVyXzI0ZHAucG5n"),ob=u.atob("WW91IGFyZSBzZWVpbmcgdGhpcyBtZXNzYWdlIGJlY2F1c2UgYWQgb3Igc2NyaXB0IGJsb2NraW5nIHNvZnR3YXJlIGlzIGludGVyZmVyaW5nIHdpdGggdGhpcyBwYWdlLg=="),pb=u.atob("RGlzYWJsZSBhbnkgYWQgb3Igc2NyaXB0IGJsb2NraW5nIHNvZnR3YXJlLCB0aGVuIHJlbG9hZCB0aGlzIHBhZ2Uu");function qb(a,b,c){this.i=a;this.u=b;this.o=c;this.g=null;this.j=[];this.m=!1;this.l=new kb(this.i)}
function rb(a){if(a.i.body&&!a.m){var b=function(){sb(a);u.setTimeout(function(){tb(a,3)},50)};mb(a.l,a.u,2,!0,function(){u[a.o]||b()},b);a.m=!0}}
function sb(a){for(var b=W(1,5),c=0;c<b;c++){var d=X(a);a.i.body.appendChild(d);a.j.push(d)}b=X(a);b.style.bottom="0";b.style.left="0";b.style.position="fixed";b.style.width=W(100,110).toString()+"%";b.style.zIndex=W(2147483544,2147483644).toString();b.style.backgroundColor=ub(249,259,242,252,219,229);b.style.boxShadow="0 0 12px #888";b.style.color=ub(0,10,0,10,0,10);b.style.display="flex";b.style.justifyContent="center";b.style.fontFamily="Roboto, Arial";c=X(a);c.style.width=W(80,85).toString()+
"%";c.style.maxWidth=W(750,775).toString()+"px";c.style.margin="24px";c.style.display="flex";c.style.alignItems="flex-start";c.style.justifyContent="center";d=jb(a.l.g,"IMG");d.className=ib();d.src=nb;d.alt="Warning icon";d.style.height="24px";d.style.width="24px";d.style.paddingRight="16px";var e=X(a),f=X(a);f.style.fontWeight="bold";f.textContent=ob;var g=X(a);g.textContent=pb;Y(a,e,f);Y(a,e,g);Y(a,c,d);Y(a,c,e);Y(a,b,c);a.g=b;a.i.body.appendChild(a.g);b=W(1,5);for(c=0;c<b;c++)d=X(a),a.i.body.appendChild(d),
a.j.push(d)}function Y(a,b,c){for(var d=W(1,5),e=0;e<d;e++){var f=X(a);b.appendChild(f)}b.appendChild(c);c=W(1,5);for(d=0;d<c;d++)e=X(a),b.appendChild(e)}function W(a,b){return Math.floor(a+Math.random()*(b-a))}function ub(a,b,c,d,e,f){return"rgb("+W(Math.max(a,0),Math.min(b,255)).toString()+","+W(Math.max(c,0),Math.min(d,255)).toString()+","+W(Math.max(e,0),Math.min(f,255)).toString()+")"}function X(a){a=jb(a.l.g,"DIV");a.className=ib();return a}
function tb(a,b){b<=0||a.g!=null&&a.g.offsetHeight!==0&&a.g.offsetWidth!==0||(vb(a),sb(a),u.setTimeout(function(){tb(a,b-1)},50))}function vb(a){for(var b=n(a.j),c=b.next();!c.done;c=b.next())(c=c.value)&&c.parentNode&&c.parentNode.removeChild(c);a.j=[];(b=a.g)&&b.parentNode&&b.parentNode.removeChild(b);a.g=null};function wb(a,b,c,d,e){function f(k){document.body?g(document.body):k>0?u.setTimeout(function(){f(k-1)},e):b()}function g(k){k.appendChild(h);u.setTimeout(function(){h?(h.offsetHeight!==0&&h.offsetWidth!==0?b():a(),h.parentNode&&h.parentNode.removeChild(h)):a()},d)}var h=xb(c);f(3)}function xb(a){var b=document.createElement("div");b.className=a;b.style.width="1px";b.style.height="1px";b.style.position="absolute";b.style.left="-10000px";b.style.top="-10000px";b.style.zIndex="-10000";return b};function Ya(a){this.h=P(a)}t(Ya,T);function yb(a){this.h=P(a)}t(yb,T);var zb=bb(yb);function Ab(a){if(!a)return null;a=Za(a,4);var b;a===null||a===void 0?b=null:b=fb(a);return b};var Bb=ea([""]),Cb=ea([""]);function Db(a,b){this.m=a;this.o=new kb(a.document);this.g=b;this.j=R(this.g,1);this.u=Ab(Xa(this.g,2))||gb(Bb);this.i=!1;b=Ab(Xa(this.g,13))||gb(Cb);this.l=new qb(a.document,b,R(this.g,12))}Db.prototype.start=function(){Eb(this)};
function Eb(a){Fb(a);mb(a.o,a.u,3,!1,function(){a:{var b=a.j;var c=u.btoa(b);if(c=u[c]){try{var d=db(u.atob(c))}catch(e){b=!1;break a}b=b===Za(d,1)}else b=!1}b?Z(a,R(a.g,14)):(Z(a,R(a.g,8)),rb(a.l))},function(){wb(function(){Z(a,R(a.g,7));rb(a.l)},function(){return Z(a,R(a.g,6))},R(a.g,9),$a(a.g,10),$a(a.g,11))})}function Z(a,b){a.i||(a.i=!0,a=new a.m.XMLHttpRequest,a.open("GET",b,!0),a.send())}function Fb(a){var b=u.btoa(a.j);a.m[b]&&Z(a,R(a.g,5))};(function(a,b){u[a]=function(){var c=ma.apply(0,arguments);u[a]=function(){};b.call.apply(b,[null].concat(c instanceof Array?c:fa(n(c))))}})("__h82AlnkH6D91__",function(a){typeof window.atob==="function"&&(new Db(window,zb(window.atob(a)))).start()});}).call(this);
window.__h82AlnkH6D91__("WyJwdWItOTcwMTg3MDU4NTgzOTkzNSIsW251bGwsbnVsbCxudWxsLCJodHRwczovL2Z1bmRpbmdjaG9pY2VzbWVzc2FnZXMuZ29vZ2xlLmNvbS9iL3B1Yi05NzAxODcwNTg1ODM5OTM1Il0sbnVsbCxudWxsLCJodHRwczovL2Z1bmRpbmdjaG9pY2VzbWVzc2FnZXMuZ29vZ2xlLmNvbS9lbC9BR1NLV3hYX2xQWnVGWjIwSF9NT2ZVRGV3OFlXcVVhbmRSQlZVYVUwWVVYelZ6SXJKemFvazVoSzZrdXQ5LUxCeE1BOXNmYVB4Rm9KczlnR3gxSUhBMGpkVFItSDdnXHUwMDNkXHUwMDNkP3RlXHUwMDNkVE9LRU5fRVhQT1NFRCIsImh0dHBzOi8vZnVuZGluZ2Nob2ljZXNtZXNzYWdlcy5nb29nbGUuY29tL2VsL0FHU0tXeFYwZmZsaGJtOVU0cHBfSFNoX29laHhITDk0alZ6UFoxWE5GMkd4Q25mX1ZFN1M4REJ3MnM3SnFkME5uemFxTnBYMEdZVlMtTVJ4b3ZBWWhkcHR4NnRQQWdcdTAwM2RcdTAwM2Q/YWJcdTAwM2QxXHUwMDI2c2JmXHUwMDNkMSIsImh0dHBzOi8vZnVuZGluZ2Nob2ljZXNtZXNzYWdlcy5nb29nbGUuY29tL2VsL0FHU0tXeFVjN0pRNzlxWGJJQTNsQ21jSTdCUFlNRUQxaE5TeHJyNldUSnNOTVRWS1hqWDhxNW9nMG9zSU5ZZFQzRldDNVRkWkVUNlJOellYQXB0R09PRUo5RVRrbmdcdTAwM2RcdTAwM2Q/YWJcdTAwM2QyXHUwMDI2c2JmXHUwMDNkMSIsImh0dHBzOi8vZnVuZGluZ2Nob2ljZXNtZXNzYWdlcy5nb29nbGUuY29tL2VsL0FHU0tXeFgxTHVxc1FScDRGWWtXRzJ6RjVrRVRmTi1Ic3ZJdG4wZjFXZEdYcTF5eWVRZklkRFQwUmQxNTFLdm5HNWU2YzVPTmZFQ296eGFDN0hjUW4wOFpZaUZ4ZUFcdTAwM2RcdTAwM2Q/c2JmXHUwMDNkMiIsImRpdi1ncHQtYWQiLDIwLDEwMCwiY0hWaUxUazNNREU0TnpBMU9EVTRNems1TXpVXHUwMDNkIixbbnVsbCxudWxsLG51bGwsImh0dHBzOi8vd3d3LmdzdGF0aWMuY29tLzBlbW4vZi9wL3B1Yi05NzAxODcwNTg1ODM5OTM1LmpzP3VzcXBcdTAwM2RDQTQiXSwiaHR0cHM6Ly9mdW5kaW5nY2hvaWNlc21lc3NhZ2VzLmdvb2dsZS5jb20vZWwvQUdTS1d4WEN1WUZCX3BJdGpDaDhrc1E0N1J2RHFpcy1hUEZOb3dIZjhzTUFEWmZzVVlSWUwtRHUxNW9WcHVQN1ByMktZaUdNS3kyTTc4X0hQVXpfQVFXb3gwV3RoQVx1MDAzZFx1MDAzZCJd");</script>
<script>function lepopup_add_event(_event,_data){if(typeof _lepopup_add_event==typeof undefined){jQuery(document).ready(function(){_lepopup_add_event(_event,_data);});}else{_lepopup_add_event(_event,_data);}}</script>
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs"></script>
<script src="script.js"></script>
<script type="speculationrules">{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/wesper\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}</script>
<script>if(typeof aysPdOptions==='undefined'){
var aysPdOptions=[];
}
aysPdOptions='eyJwZF9sZWFybmVkX3BvaW50cyI6MTAsInBkX3JpZ2h0X3BvaW50cyI6MSwicGRfd3JvbmdfcG9pbnRzIjowLjI1LCJwZF9lbmFibGVfZnVsbF9zY3JlZW5fbW9kZSI6ZmFsc2UsInBkX2VuYWJsZV9mdWxsX3NjcmVlbl9tb2RlX21vYmlsZSI6dHJ1ZSwicGRfZW5hYmxlX2FkZF93b3Jkc19mcm9tX2Zyb250Ijoib24iLCJwZF9lbmFibGVfYWRkX2ltYWdlX2Zyb21fZnJvbnQiOiJvbiIsInBkX2VuYWJsZV9hZGRfYXVkaW9fZnJvbV9mcm9udCI6Im9uIiwicGRfZW5hYmxlX2FkZF9pbWFnZV90b19nYW1lcyI6Im9mZiIsInBkX2VuYWJsZV9hZGRfYXVkaW9fdG9fZ2FtZXMiOiJvZmYiLCJwZF9zaG93X2dhbWVzIjoib24iLCJwZF9zaG93X2dhbWVfZmluZF90aGVfd29yZCI6Im9uIiwicGRfc2hvd19nYW1lX2ZpbmRfdGhlX3RyYW5zbGF0aW9uIjoib24iLCJwZF9zaG93X2dhbWVfbWF0Y2hpbmdfd29yZHMiOiJvbiIsInBkX3Nob3dfZ2FtZV93cml0ZV90aGVfdHJhbnNsYXRpb24iOiJvbiIsInBkX3Nob3dfY29ycmVjdF9hbnN3ZXIiOnRydWUsInBkX3Nob3dfY29ycmVjdF9hbnN3ZXJfbW9iaWxlIjp0cnVlLCJwZF9zaG93X25leHRfYnV0dG9uIjp0cnVlLCJwZF9zaG93X25leHRfYnV0dG9uX21vYmlsZSI6dHJ1ZSwicGRfZ2FtZXNfYW5pbWF0aW9uX2VmZmVjdCI6ImZhZGUiLCJwZF9lbmFibGVfZ2FtZXNfYW5pbWF0aW9uX2VmZmVjdF9tb2JpbGUiOnRydWUsInBkX2dhbWVzX2FuaW1hdGlvbl9lZmZlY3RfbW9iaWxlIjoic2hha2UiLCJwZF9iZ19jb2xvciI6IiNmZmZmZmYiLCJwZF9lbmFibGVfYmdfY29sb3JfbW9iaWxlIjp0cnVlLCJwZF9iZ19jb2xvcl9tb2JpbGUiOiIjZmZmZmZmIiwicGRfbWFpbl9jb2xvciI6IiMxYTdlZmIiLCJwZF9lbmFibGVfbWFpbl9jb2xvcl9tb2JpbGUiOnRydWUsInBkX21haW5fY29sb3JfbW9iaWxlIjoiIzFhN2VmYiIsInBkX3RleHRfY29sb3IiOiIjMDAwIiwicGRfZW5hYmxlX3RleHRfY29sb3JfbW9iaWxlIjp0cnVlLCJwZF90ZXh0X2NvbG9yX21vYmlsZSI6IiMwMDAiLCJwZF9jb250YWluZXJfYm9yZGVyX2NvbG9yIjoiI2NjYyIsInBkX2VuYWJsZV9jb250YWluZXJfYm9yZGVyX2NvbG9yX21vYmlsZSI6dHJ1ZSwicGRfY29udGFpbmVyX2JvcmRlcl9jb2xvcl9tb2JpbGUiOiIjY2NjIiwicGRfYnV0dG9uX3RleHRfY29sb3IiOiIjZmZmZmZmIiwicGRfYnV0dG9uX2ZvbnRfc2l6ZSI6IjE0IiwicGRfYnV0dG9uX2ZvbnRfc2l6ZV9mb3JfbW9iaWxlIjoxNCwicGRfYnV0dG9uc19sZWZ0X3JpZ2h0X3BhZGRpbmciOiIxMiIsInBkX2J1dHRvbnNfdG9wX2JvdHRvbV9wYWRkaW5nIjoiNyIsInBkX2J1dHRvbnNfYm9yZGVyX3JhZGl1cyI6IjYiLCJwZF9jb250YWluZXJfYm9yZGVyX3JhZGl1cyI6IjYiLCJwZF9lbmFibGVfY29udGFpbmVyX2JvcmRlcl9yYWRpdXNfbW9iaWxlIjp0cnVlLCJwZF9jb250YWluZXJfYm9yZGVyX3JhZGl1c19tb2JpbGUiOiI2IiwicGRfY29udGFpbmVyX2JvcmRlcl93aWR0aCI6IjAiLCJwZF9lbmFibGVfY29udGFpbmVyX2JvcmRlcl93aWR0aF9tb2JpbGUiOnRydWUsInBkX2NvbnRhaW5lcl9ib3JkZXJfd2lkdGhfbW9iaWxlIjoiMSIsInBkX2Fuc3dlcl9ib3JkZXJfd2lkdGgiOiIxIiwicGRfZW5hYmxlX2Fuc3dlcl9ib3JkZXJfd2lkdGhfbW9iaWxlIjp0cnVlLCJwZF9hbnN3ZXJfYm9yZGVyX3dpZHRoX21vYmlsZSI6IjEiLCJwZF9hbnN3ZXJfYm9yZGVyX2NvbG9yIjoicmdiYSgxNDgsMTQ4LDE0OCwwLjg1KSIsInBkX2Fuc3dlcl9iZ19jb2xvciI6IiNmZmZmZmYiLCJwZF9hbnN3ZXJfYm9yZGVyX3N0eWxlIjoic29saWQiLCJwZF9jb250YWluZXJfYm9yZGVyX3N0eWxlIjoic29saWQiLCJwZF9lbmFibGVfY29udGFpbmVyX2JvcmRlcl9zdHlsZV9tb2JpbGUiOnRydWUsInBkX2NvbnRhaW5lcl9ib3JkZXJfc3R5bGVfbW9iaWxlIjoic29saWQiLCJwZF9lbmFibGVfY29udGFpbmVyX2JveF9zaGFkb3ciOnRydWUsInBkX2NvbnRhaW5lcl9ib3hfc2hhZG93X2NvbG9yIjoicmdiYSgyMSwgNjIsIDExMywgMC4xNCkiLCJwZF9jb250YWluZXJfYm94X3NoYWRvd194X29mZnNldCI6MCwicGRfY29udGFpbmVyX2JveF9zaGFkb3dfeV9vZmZzZXQiOiI0IiwicGRfY29udGFpbmVyX2JveF9zaGFkb3dfel9vZmZzZXQiOiI5IiwicGRfZW5hYmxlX2Fuc3dlcl9ib3hfc2hhZG93IjpmYWxzZSwicGRfYW5zd2VyX2JveF9zaGFkb3dfY29sb3IiOiJyZ2JhKDIxLCA2MiwgMTEzLCAwLjE0KSIsInBkX2Fuc3dlcl9ib3hfc2hhZG93X3hfb2Zmc2V0IjowLCJwZF9hbnN3ZXJfYm94X3NoYWRvd195X29mZnNldCI6IjQiLCJwZF9hbnN3ZXJfYm94X3NoYWRvd196X29mZnNldCI6IjkiLCJwZF9xdWVzdGlvbl9mb250X3NpemUiOjE2LCJwZF9xdWVzdGlvbl9mb250X3NpemVfZm9yX21vYmlsZSI6MTYsInBkX2Fuc3dlcl9mb250X3NpemUiOjE1LCJwZF9hbnN3ZXJfZm9udF9zaXplX2Zvcl9tb2JpbGUiOjE1LCJwZF9jdXN0b21fY2xhc3MiOiIiLCJwZF9jaGFuZ2VfZ3JvdXBfbmFtZSI6Ikdyb3VwIiwicGRfY2hhbmdlX3dvcmRfbmFtZSI6IldvcmQiLCJwZF9jaGFuZ2VfdHJhbnNsYXRpb25fbmFtZSI6IlRyYW5zbGF0aW9uIiwicGRfY3VzdG9tX2NzcyI6IiIsInBkX3RpdGxlIjoiT3NvYm5cdTAwZWQgc2xvdm5cdTAwZWRrIiwicGRfc2hvd190aXRsZSI6Im9uIiwicGRfc2hvd190aXRsZV9tb2JpbGUiOiJvbiIsInBkX2VuYWJsZV90aXRsZV90ZXh0X3NoYWRvdyI6ZmFsc2UsInBkX3RpdGxlX3RleHRfc2hhZG93X2NvbG9yIjoicmdiYSgyMzQsMjM0LDIzNCwwKSIsInBkX3RpdGxlX3RleHRfc2hhZG93X3hfb2Zmc2V0IjoiMiIsInBkX3RpdGxlX3RleHRfc2hhZG93X3lfb2Zmc2V0IjoiMiIsInBkX3RpdGxlX3RleHRfc2hhZG93X3pfb2Zmc2V0IjoiMiIsInBkX3RpdGxlX2FsaWdubWVudCI6ImxlZnQiLCJwZF9lbmFibGVfdGl0bGVfYWxpZ25tZW50X21vYmlsZSI6dHJ1ZSwicGRfdGl0bGVfYWxpZ25tZW50X21vYmlsZSI6ImxlZnQiLCJwZF9hbnN3ZXJfdmlldyI6ImdyaWQiLCJwZF9lbmFibGVfYW5zd2VyX3ZpZXdfbW9iaWxlIjp0cnVlLCJwZF9hbnN3ZXJfdmlld19tb2JpbGUiOiJncmlkIiwicGRfZGVzY3JpcHRpb24iOiJTbG92blx1MDBlZGsgamUgaW50ZWxpZ2VudG5cdTAwZWQgYSBhZGFwdGl2blx1MDBlZCBuXHUwMGUxc3Ryb2ogcHJvIHZcdTAwZmR1a3Ugc2xvdm5cdTAwZWQgelx1MDBlMXNvYnksIGt0ZXJcdTAwZmQgdlx1MDBlMW0gcG9tXHUwMTZmXHUwMTdlZSBlZmVrdGl2blx1MDExYiByb3pcdTAxNjFcdTAwZWRcdTAxNTlpdCB2YVx1MDE2MWkgc2xvdm5cdTAwZWQgelx1MDBlMXNvYnUgYSByeWNobGVqaSB1ZHJcdTAxN2VldCBub3ZcdTAwZTEgc2xvdmEuIFBcdTAxNTllZHBcdTAxNTlpcHJhdmVuXHUwMGU5IHZ6b3Jvdlx1MDBlOSBzbG92blx1MDBlZGt5IHNpIG1cdTAxNmZcdTAxN2VldGUgZG8gYXBsaWthY2Ugcm92blx1MDExYlx1MDE3ZSBuYWltcG9ydG92YXQgPHN0cm9uZz48YSBocmVmPVwiaHR0cHM6XC9cL2RyaXZlLmdvb2dsZS5jb21cL29wZW4/aWQ9MVBJMC1aV2FrRTNPV2JDNkh6cDhJRmp3TmE2RlhZNS1WXCIgdGFyZ2V0PVwiX2JsYW5rXCIgcmVsPVwibm9vcGVuZXJcIj5zdGFcdTAxN2Vlblx1MDBlZG0geiB0XHUwMGU5dG8gc2xvXHUwMTdla3k8XC9hPjxcL3N0cm9uZz4uIFBybyBpbXBvcnQgZG8gYXBsaWthY2Ugc2UgbXVzXHUwMGVkdGUgbmVqcHJ2ZSA8YSBocmVmPVwiaHR0cHM6XC9cL3BldHJwaWtvcmEuY29tXC9sb2dpblwvXCI+PHN0cm9uZz5wXHUwMTU5aWhsXHUwMGUxc2l0IGtsaWtudXRcdTAwZWRtIHpkZTxcL3N0cm9uZz48XC9hPi4iLCJwZF9hZGRfbG9nbyI6IiIsInBkX2xvZ29faW1hZ2VfdXJsIjoiIiwicGRfbG9nb190aXRsZSI6IiIsInBkX2VuYWJsZV9sb2dvX3VybCI6ZmFsc2UsInBkX2xvZ29fdXJsX25ld190YWIiOmZhbHNlLCJwZF9sb2dvX3Bvc2l0aW9uIjoicmlnaHQiLCJwZF9zaG93X2Rlc2NyaXB0aW9uIjoib24iLCJwZF9zaG93X2Rlc2NyaXB0aW9uX21vYmlsZSI6Im9uIiwicGRfZGVzY3JpcHRpb25fZm9udF9zaXplIjoxOCwicGRfZGVzY3JpcHRpb25fZm9udF9zaXplX2Zvcl9tb2JpbGUiOjE4LCJwZF90aXRsZV9mb250X3NpemUiOjMwLCJwZF90aXRsZV9mb250X3NpemVfZm9yX21vYmlsZSI6MzAsInBkX2Rlc2NfYWxpZ25tZW50IjoibGVmdCIsInBkX2VuYWJsZV9kZXNjX2FsaWdubWVudF9tb2JpbGUiOnRydWUsInBkX2Rlc2NfYWxpZ25tZW50X21vYmlsZSI6ImxlZnQiLCJwZF9lbmFibGVfZGVzY3JpcHRpb25fdGV4dF9zaGFkb3ciOmZhbHNlLCJwZF9lbmFibGVfYW5zd2VyX2JvcmRlciI6Im9uIiwicGRfZGVzY3JpcHRpb25fdGV4dF9zaGFkb3dfY29sb3IiOiJyZ2JhKDIzNCwyMzQsMjM0LDApIiwicGRfZGVzY3JpcHRpb25fdGV4dF9zaGFkb3dfeF9vZmZzZXQiOiIyIiwicGRfZGVzY3JpcHRpb25fdGV4dF9zaGFkb3dfeV9vZmZzZXQiOiIyIiwicGRfZGVzY3JpcHRpb25fdGV4dF9zaGFkb3dfel9vZmZzZXQiOiIyIiwicGRfbWVudV9pdGVtcyI6InRleHQtaWNvbiIsInBkX2VuYWJsZV9tZW51X2l0ZW1zX21vYmlsZSI6dHJ1ZSwicGRfbWVudV9pdGVtc19tb2JpbGUiOiJpY29uIiwicGRfbWVudV9wb3NpdGlvbiI6ImxlZnQiLCJwZF9lbmFibGVfbWVudV9wb3NpdGlvbl9tb2JpbGUiOnRydWUsInBkX21lbnVfcG9zaXRpb25fbW9iaWxlIjoidG9wIiwicGRfbWVudV9sYXlvdXQiOiJncmlkIiwicGRfZW5hYmxlX21lbnVfbGF5b3V0X21vYmlsZSI6dHJ1ZSwicGRfbWVudV9sYXlvdXRfbW9iaWxlIjoiZ3JpZCJ9';</script>
<script>(function($){
$(document).ready(function(){
$('.youzify-popup-login .youzify-membership-form-header')
.append('<i class="fas fa-times youzify-close-login"></i>');
$('[data-show-youzify-login="true"],.youzify-show-youzify-login-popup a').on('click', function(e){
e.preventDefault();
$('.youzify-popup-login:first').addClass('youzify-is-visible');
});
$('.youzify-popup-login').on('click', function(e){
if($(e.target).is('.youzify-close-login')||$(e.target).is('.youzify-popup-login') ){
e.preventDefault();
$(this).removeClass('youzify-is-visible');
}});
$('.youzify-close-login').on('click', function(e){
e.preventDefault();
$('.youzify-popup-login').removeClass('youzify-is-visible');
});
});
})(jQuery);</script>
<script>const lazyloadRunObserver=()=> {
const lazyloadBackgrounds=document.querySelectorAll(`.e-con.e-parent:not(.e-lazyloaded)`);
const lazyloadBackgroundObserver=new IntersectionObserver(( entries)=> {
entries.forEach(( entry)=> {
if(entry.isIntersecting){
let lazyloadBackground=entry.target;
if(lazyloadBackground){
lazyloadBackground.classList.add('e-lazyloaded');
}
lazyloadBackgroundObserver.unobserve(entry.target);
}});
}, { rootMargin: '200px 0px 200px 0px' });
lazyloadBackgrounds.forEach(( lazyloadBackground)=> {
lazyloadBackgroundObserver.observe(lazyloadBackground);
});
};
const events=[
'DOMContentLoaded',
'elementor/lazyload/observe',
];
events.forEach(( event)=> {
document.addEventListener(event, lazyloadRunObserver);
});</script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/1en0y83d/5qsv4.js" id="youzify-viewchecker-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/d75vc2gs/5qt2e.js" id="comment-reply-js" async data-wp-strategy="async"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/7yiv3hww/5qsv4.js" id="imagesloaded-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/eu0kbvgg/5qsv3.js" id="ct-ultimate-gdpr-cookie-popup-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/fs1ce507/5qsv3.js" id="ct-ultimate-gdpr-base64-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/d5yhaaic/5qsv3.js" id="ap_plugin_carousel_js_script-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/sysvr28/5qsv3.js" id="kbx-stickysidebar-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/dsvwdnij/5qsv3.js" id="kbx_toc-front-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/qx4kcbd1/5qsv3.js" id="jquery-ui-mouse-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/qm4pnlwz/5qsv3.js" id="jquery-ui-sortable-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/6zx0abvc/5qsv3.js" id="jquery-effects-core-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/jr4os5ml/5qsv3.js" id="personal-dictionary-touch-punch-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/f41r6ero/5qsv3.js" id="backbone-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/kde12738/5qsv3.js" id="wp-util-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/1y2s4qt/5qsv3.js" id="wp-backbone-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/djlnlz33/5qsv3.js" id="media-models-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/dg5lqoba/5qsv3.js" id="wp-plupload-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/g13m14tw/5qsv3.js" id="mediaelement-core-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/e1tom6hi/5qsv3.js" id="mediaelement-migrate-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/e1vmtzs3/5qsv3.js" id="wp-mediaelement-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/8vjfmt3g/5qsv3.js" id="wp-api-request-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/32kj8vh/5qsv3.js" id="clipboard-js"></script>
<script id="media-views-js-translations">(function(domain, translations){
var localeData=translations.locale_data[ domain ]||translations.locale_data.messages;
localeData[""].domain=domain;
wp.i18n.setLocaleData(localeData, domain);
})("default", {"translation-revision-date":"2025-05-15 15:31:31+0000","generator":"GlotPress\/4.0.1","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=3; plural=(n==1) ? 0:((n >=2&&n <=4) ? 1:2);","lang":"cs_CZ"},"%s item selected":["Po\u010det vybran\u00fdch polo\u017eek: %s","Po\u010det vybran\u00fdch polo\u017eek: %s","Po\u010det vybran\u00fdch polo\u017eek: %s"],"Number of media items displayed: %d. Scroll the page for more results.":["Po\u010det zobrazen\u00fdch medi\u00e1ln\u00edch polo\u017eek: %d. Chcete-li zobrazit dal\u0161\u00ed v\u00fdsledky, posu\u0148te str\u00e1nku n\u00ed\u017ee."],"Load more":["Na\u010d\u00edst v\u00edce"],"Showing %1$s of %2$s media items":["Zobrazuje se %1$s z %2$s medi\u00e1ln\u00edch polo\u017eek"],"Jump to first loaded item":["P\u0159ej\u00edt na prvn\u00ed na\u010dtenou polo\u017eku"],"Number of media items displayed: %d. Click load more for more results.":["Po\u010det zobrazen\u00fdch polo\u017eek m\u00e9di\u00ed: %d. Kliknut\u00edm na na\u010d\u00edst v\u00edce zobraz\u00edte dal\u0161\u00ed v\u00fdsledky."],"The file URL has been copied to your clipboard":["URL souboru byla zkop\u00edrov\u00e1na do schr\u00e1nky"]}},"comment":{"reference":"wp-includes\/js\/media-views.js"}});</script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/fss2pw8x/5qsv3.js" id="media-views-js"></script>
<script id="media-editor-js-translations">(function(domain, translations){
var localeData=translations.locale_data[ domain ]||translations.locale_data.messages;
localeData[""].domain=domain;
wp.i18n.setLocaleData(localeData, domain);
})("default", {"translation-revision-date":"2025-05-15 15:31:31+0000","generator":"GlotPress\/4.0.1","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=3; plural=(n==1) ? 0:((n >=2&&n <=4) ? 1:2);","lang":"cs_CZ"},"Could not set that as the thumbnail image. Try a different attachment.":["Nepoda\u0159ilo se nastavit tento soubor jako n\u00e1hledov\u00fd obr\u00e1zek. Zkuste to pros\u00edm s jin\u00fdm souborem."]}},"comment":{"reference":"wp-includes\/js\/media-editor.js"}});</script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/8hw25c92/5qsv3.js" id="media-editor-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/ftd8emxh/5qsv3.js" id="media-audiovideo-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/mjjmzmed/5qsv3.js" id="quiz-maker-advanced-display-quizzes-adq-quiz-dataTable-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/d4t34xzx/5qsv3.js" id="quiz-maker-advanced-display-quizzes-sweetalert-js-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/8hryve49/5qsv3.js" id="quiz-maker-frontend-requests-sweetalert-js-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/f13pd7f2/5qsv3.js" id="quiz-maker-generate-quiz-sweetalert-js-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/g2tzvwk6/5qsv3.js" id="quiz-maker-user-dashboard-public-ajax-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/1ge7t8v9/5qsv3.js" id="quiz-maker-user-dashboard-datatable-min-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/e4324nkk/5qsv3.js" id="quiz-maker-user-dashboard-user-google-chart-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/kzvvue6f/5qsv3.js" id="quiz-maker-user-dashboard-sweetalert-js-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/7m7cvj1m/5qsv3.js" id="WPCloudplugin.Libraries-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/k11qu7cg/5qsv2.js" id="UseyourDrive.Default_Skin.Player-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/mnmfczfp/5qsv2.js" id="jquery-effects-fade-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/2fazwn61/5qsv2.js" id="jquery-ui-draggable-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/7w4uhyh8/5qsv2.js" id="jquery-ui-droppable-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/2f360nzi/5qsv2.js" id="jQuery.iframe-transport-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/3jhxjyn/5qsv2.js" id="jQuery.fileupload-uyd-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/2cstia5m/5qsv2.js" id="jQuery.fileupload-process-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/7jrcjk2c/5qsv2.js" id="UseyourDrive.UploadBox-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/eifow8sm/5qsv2.js" id="UseyourDrive-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/jnih7qx1/5qsv2.js" id="youzify-js"></script>
<script id="daim-track-internal-links-js-before">window.DAIM_PARAMETERS={ajax_url: "https://petrpikora.com/wp-admin/admin-ajax.php",nonce: "9efb45c7ae"};</script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/9608wr9u/5qsv2.js" id="daim-track-internal-links-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/er90qzes/5qsv2.js" id="prism-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/95g0h0vw/5qsv2.js" id="swiper-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/fcqumbzs/5qsv2.js" id="waypoints-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/fcr3uivx/5qsv2.js" id="cookie-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/7z63o400/5qsv2.js" id="lazysizes-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/7jbmuslk/5qsv2.js" id="glightbox-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/qkq7m5cz/5qsv2.js" id="wesper-custom-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/lavjhguj/5qsv2.js" id="newsletter-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/eqjxyggz/5qsv2.js" id="youzify-profile-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/lm22hq7d/5qsv2.js" id="youzify-membership-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/jmxh88mg/5qsv2.js" id="heartbeat-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/88e8dngt/5qt2c.js" id="elementor-webpack-runtime-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/9h326qzf/5qt2c.js" id="elementor-frontend-modules-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/k1ikwl4u/5qt2c.js" id="elementor-frontend-js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/components/prism-core.min.js?ver=1.23.0" id="prismjs_core-js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/plugins/autoloader/prism-autoloader.min.js?ver=1.23.0" id="prismjs_loader-js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/plugins/normalize-whitespace/prism-normalize-whitespace.min.js?ver=1.23.0" id="prismjs_normalize-js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/plugins/line-numbers/prism-line-numbers.min.js?ver=1.23.0" id="prismjs_line_numbers-js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/plugins/toolbar/prism-toolbar.min.js?ver=1.23.0" id="prismjs_toolbar-js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/plugins/copy-to-clipboard/prism-copy-to-clipboard.min.js?ver=1.23.0" id="prismjs_copy_to_clipboard-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/qjrzj1s4/5qsv2.js" id="lepopup-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/zjo31cm/5qsv2.js" id="airdatepicker-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/8axh28ex/5qsv2.js" id="bdt-uikit-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/1pv4jj67/5qsv2.js" id="element-pack-helper-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/l0dpsini/5qsv2.js" id="personal-dictionary-shortcode-add-word-from-front-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/d7gvtwj/5qt2c.js" id="elementor-pro-webpack-runtime-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/2mtyi3m4/5qt2c.js" id="elementor-pro-frontend-js"></script>
<script src="//petrpikora.com/wp-content/cache/wpfc-minified/ceq2acp/5qt2c.js" id="pro-elements-handlers-js"></script>
<script id='wd-asp-instances-2283a260'>window.ASP_INSTANCES=[];window.ASP_INSTANCES[2]={"animations":{"pc":{"settings":{"anim":"fadedrop","dur":300},"results":{"anim":"fadedrop","dur":300},"items":"fadeInDown"},"mob":{"settings":{"anim":"fadedrop","dur":"300"},"results":{"anim":"fadedrop","dur":"300"},"items":"voidanim"}},"autocomplete":{"enabled":1,"trigger_charcount":0,"googleOnly":1,"lang":"cs","mobile":1},"autop":{"state":"disabled","phrase":"","count":10},"charcount":0,"closeOnDocClick":1,"compact":{"enabled":0,"focus":1,"width":"100%","width_tablet":"480px","width_phone":"320px","closeOnMagnifier":1,"closeOnDocument":0,"position":"static","overlay":0},"cptArchive":{"useAjax":0,"selector":"#main","url":""},"detectVisibility":0,"divi":{"bodycommerce":0},"focusOnPageload":0,"fss_layout":"flex","highlight":1,"highlightWholewords":1,"homeurl":"https:\/\/petrpikora.com\/","is_results_page":0,"isotopic":{"itemWidth":"200px","itemWidthTablet":"200px","itemWidthPhone":"200px","itemHeight":"200px","itemHeightTablet":"200px","itemHeightPhone":"200px","pagination":1,"rows":2,"gutter":5,"showOverlay":1,"blurOverlay":1,"hideContent":1},"itemscount":4,"loaderLocation":"auto","mobile":{"trigger_on_type":1,"click_action":"ajax_search","return_action":"results_page","click_action_location":"same","return_action_location":"same","redirect_url":"?s={phrase}","elementor_url":"https:\/\/petrpikora.com\/?asp_ls={phrase}","menu_selector":"#menu-toggle","hide_keyboard":0,"force_res_hover":0,"force_sett_hover":0,"force_sett_state":"none"},"override_method":"get","overridewpdefault":1,"prescontainerheight":"400px","preventBodyScroll":0,"preventEvents":0,"rb":{"action":"nothing"},"resPage":{"useAjax":0,"selector":"#main","trigger_type":1,"trigger_facet":1,"trigger_magnifier":1,"trigger_return":1},"results":{"width":"80%","width_tablet":"auto","width_phone":"auto"},"resultsSnapTo":"center","resultsposition":"hover","resultstype":"horizontal","sb":{"redirect_action":"ajax_search","redirect_location":"same","redirect_url":"?s={phrase}","elementor_url":"https:\/\/petrpikora.com\/?asp_ls={phrase}"},"scrollBar":{"horizontal":{"enabled":1}},"scrollToResults":{"enabled":0,"offset":0},"select2":{"nores":"No results match"},"settings":{"unselectChildren":1,"hideChildren":0},"settingsHideOnRes":0,"settingsimagepos":"left","settingsVisible":0,"show_more":{"enabled":1,"url":"?s={phrase}","elementor_url":"https:\/\/petrpikora.com\/?asp_ls={phrase}","action":"ajax","location":"same","infinite":1},"singleHighlight":1,"statistics":0,"taxArchive":{"useAjax":0,"selector":"#main","url":""},"trigger":{"delay":300,"autocomplete_delay":310,"update_href":0,"facet":1,"type":1,"click":"results_page","click_location":"same","return":"results_page","return_location":"same","redirect_url":"?s={phrase}","elementor_url":"https:\/\/petrpikora.com\/?asp_ls={phrase}"},"wooShop":{"useAjax":0,"selector":"#main","url":""}};</script>
<script id='wd-asp-instances-2283a260'>window.ASP_INSTANCES=[];window.ASP_INSTANCES[2]={"animations":{"pc":{"settings":{"anim":"fadedrop","dur":300},"results":{"anim":"fadedrop","dur":300},"items":"fadeInDown"},"mob":{"settings":{"anim":"fadedrop","dur":"300"},"results":{"anim":"fadedrop","dur":"300"},"items":"voidanim"}},"autocomplete":{"enabled":1,"trigger_charcount":0,"googleOnly":1,"lang":"cs","mobile":1},"autop":{"state":"disabled","phrase":"","count":10},"charcount":0,"closeOnDocClick":1,"compact":{"enabled":0,"focus":1,"width":"100%","width_tablet":"480px","width_phone":"320px","closeOnMagnifier":1,"closeOnDocument":0,"position":"static","overlay":0},"cptArchive":{"useAjax":0,"selector":"#main","url":""},"detectVisibility":0,"divi":{"bodycommerce":0},"focusOnPageload":0,"fss_layout":"flex","highlight":1,"highlightWholewords":1,"homeurl":"https:\/\/petrpikora.com\/","is_results_page":0,"isotopic":{"itemWidth":"200px","itemWidthTablet":"200px","itemWidthPhone":"200px","itemHeight":"200px","itemHeightTablet":"200px","itemHeightPhone":"200px","pagination":1,"rows":2,"gutter":5,"showOverlay":1,"blurOverlay":1,"hideContent":1},"itemscount":4,"loaderLocation":"auto","mobile":{"trigger_on_type":1,"click_action":"ajax_search","return_action":"results_page","click_action_location":"same","return_action_location":"same","redirect_url":"?s={phrase}","elementor_url":"https:\/\/petrpikora.com\/?asp_ls={phrase}","menu_selector":"#menu-toggle","hide_keyboard":0,"force_res_hover":0,"force_sett_hover":0,"force_sett_state":"none"},"override_method":"get","overridewpdefault":1,"prescontainerheight":"400px","preventBodyScroll":0,"preventEvents":0,"rb":{"action":"nothing"},"resPage":{"useAjax":0,"selector":"#main","trigger_type":1,"trigger_facet":1,"trigger_magnifier":1,"trigger_return":1},"results":{"width":"80%","width_tablet":"auto","width_phone":"auto"},"resultsSnapTo":"center","resultsposition":"hover","resultstype":"horizontal","sb":{"redirect_action":"ajax_search","redirect_location":"same","redirect_url":"?s={phrase}","elementor_url":"https:\/\/petrpikora.com\/?asp_ls={phrase}"},"scrollBar":{"horizontal":{"enabled":1}},"scrollToResults":{"enabled":0,"offset":0},"select2":{"nores":"No results match"},"settings":{"unselectChildren":1,"hideChildren":0},"settingsHideOnRes":0,"settingsimagepos":"left","settingsVisible":0,"show_more":{"enabled":1,"url":"?s={phrase}","elementor_url":"https:\/\/petrpikora.com\/?asp_ls={phrase}","action":"ajax","location":"same","infinite":1},"singleHighlight":1,"statistics":0,"taxArchive":{"useAjax":0,"selector":"#main","url":""},"trigger":{"delay":300,"autocomplete_delay":310,"update_href":0,"facet":1,"type":1,"click":"results_page","click_location":"same","return":"results_page","return_location":"same","redirect_url":"?s={phrase}","elementor_url":"https:\/\/petrpikora.com\/?asp_ls={phrase}"},"wooShop":{"useAjax":0,"selector":"#main","url":""}};</script>
<script id='asp-47dc8b1b-js-before'>if(typeof window.ASP=='undefined'){ window.ASP={wp_rocket_exception: "DOMContentLoaded", ajaxurl: "https:\/\/petrpikora.com\/wp-admin\/admin-ajax.php", backend_ajaxurl: "https:\/\/petrpikora.com\/wp-admin\/admin-ajax.php", asp_url: "https:\/\/petrpikora.com\/wp-content\/plugins\/ajax-search-pro\/", upload_url: "https:\/\/petrpikora.com\/wp-content\/uploads\/asp_upload\/", detect_ajax: 0, media_query: "ZDDdXD", version: 5090, pageHTML: "", additional_scripts: [{"handle":"wd-asp-ajaxsearchpro","path":"\/www\/doc\/www.petrpikora.com\/www\/wp-content\/plugins\/ajax-search-pro\/js\/min\/plugin\/optimized\/asp-prereq.min.js","src":"https:\/\/petrpikora.com\/wp-content\/plugins\/ajax-search-pro\/js\/min\/plugin\/optimized\/asp-prereq.min.js","prereq":[]},{"handle":"wd-asp-ajaxsearchpro-core","path":"\/www\/doc\/www.petrpikora.com\/www\/wp-content\/plugins\/ajax-search-pro\/js\/min\/plugin\/optimized\/asp-core.min.js","src":"https:\/\/petrpikora.com\/wp-content\/plugins\/ajax-search-pro\/js\/min\/plugin\/optimized\/asp-core.min.js","prereq":[]},{"handle":"wd-asp-ajaxsearchpro-settings","path":"\/www\/doc\/www.petrpikora.com\/www\/wp-content\/plugins\/ajax-search-pro\/js\/min\/plugin\/optimized\/asp-settings.min.js","src":"https:\/\/petrpikora.com\/wp-content\/plugins\/ajax-search-pro\/js\/min\/plugin\/optimized\/asp-settings.min.js","prereq":["wd-asp-ajaxsearchpro"]},{"handle":"wd-asp-ajaxsearchpro-vertical","path":"\/www\/doc\/www.petrpikora.com\/www\/wp-content\/plugins\/ajax-search-pro\/js\/min\/plugin\/optimized\/asp-results-vertical.min.js","src":"https:\/\/petrpikora.com\/wp-content\/plugins\/ajax-search-pro\/js\/min\/plugin\/optimized\/asp-results-vertical.min.js","prereq":["wd-asp-ajaxsearchpro"]},{"handle":"wd-asp-ajaxsearchpro-horizontal","path":"\/www\/doc\/www.petrpikora.com\/www\/wp-content\/plugins\/ajax-search-pro\/js\/min\/plugin\/optimized\/asp-results-horizontal.min.js","src":"https:\/\/petrpikora.com\/wp-content\/plugins\/ajax-search-pro\/js\/min\/plugin\/optimized\/asp-results-horizontal.min.js","prereq":["wd-asp-ajaxsearchpro"]},{"handle":"wd-asp-ajaxsearchpro-ga","path":"\/www\/doc\/www.petrpikora.com\/www\/wp-content\/plugins\/ajax-search-pro\/js\/min\/plugin\/optimized\/asp-ga.min.js","src":"https:\/\/petrpikora.com\/wp-content\/plugins\/ajax-search-pro\/js\/min\/plugin\/optimized\/asp-ga.min.js","prereq":["wd-asp-ajaxsearchpro"]},{"handle":"wd-asp-ajaxsearchpro-live","path":"\/www\/doc\/www.petrpikora.com\/www\/wp-content\/plugins\/ajax-search-pro\/js\/min\/plugin\/optimized\/asp-live.min.js","src":"https:\/\/petrpikora.com\/wp-content\/plugins\/ajax-search-pro\/js\/min\/plugin\/optimized\/asp-live.min.js","prereq":["wd-asp-ajaxsearchpro"]},{"handle":"wd-asp-ajaxsearchpro-autocomplete","path":"\/www\/doc\/www.petrpikora.com\/www\/wp-content\/plugins\/ajax-search-pro\/js\/min\/plugin\/optimized\/asp-autocomplete.min.js","src":"https:\/\/petrpikora.com\/wp-content\/plugins\/ajax-search-pro\/js\/min\/plugin\/optimized\/asp-autocomplete.min.js","prereq":["wd-asp-ajaxsearchpro"]},{"handle":"wd-asp-ajaxsearchpro-addon-elementor","path":"\/www\/doc\/www.petrpikora.com\/www\/wp-content\/plugins\/ajax-search-pro\/js\/min\/plugin\/optimized\/asp-addons-elementor.min.js","src":"https:\/\/petrpikora.com\/wp-content\/plugins\/ajax-search-pro\/js\/min\/plugin\/optimized\/asp-addons-elementor.min.js","prereq":["wd-asp-ajaxsearchpro-autocomplete"]},{"handle":"wd-asp-ajaxsearchpro-addon-woocommerce","path":"\/www\/doc\/www.petrpikora.com\/www\/wp-content\/plugins\/ajax-search-pro\/js\/min\/plugin\/optimized\/asp-addons-woocommerce.min.js","src":"https:\/\/petrpikora.com\/wp-content\/plugins\/ajax-search-pro\/js\/min\/plugin\/optimized\/asp-addons-woocommerce.min.js","prereq":["wd-asp-ajaxsearchpro-addon-elementor"]}], script_async_load: false, font_url: "https:\/\/petrpikora.com\/wp-content\/plugins\/ajax-search-pro\/css\/fonts\/icons\/icons2.woff2", init_only_in_viewport: true, highlight: {"enabled":false,"data":[]}, debug: false, instances: {}, analytics: {"method":"event","tracking_id":"G-DPK9SXB934","event":{"focus":{"active":"1","action":"focus","category":"ASP {search_id} | {search_name}","label":"Input focus","value":"1"},"search_start":{"active":"1","action":"search_start","category":"ASP {search_id} | {search_name}","label":"Phrase: {phrase}","value":"1"},"search_end":{"active":"1","action":"search_end","category":"ASP {search_id} | {search_name}","label":"{phrase} | {results_count}","value":"1"},"magnifier":{"active":"1","action":"magnifier","category":"ASP {search_id} | {search_name}","label":"Magnifier clicked","value":"1"},"return":{"active":"1","action":"return","category":"ASP {search_id} | {search_name}","label":"Return button pressed","value":"1"},"try_this":{"active":"1","action":"try_this","category":"ASP {search_id} | {search_name}","label":"Try this click | {phrase}","value":"1"},"facet_change":{"active":"1","action":"facet_change","category":"ASP {search_id} | {search_name}","label":"{option_label} | {option_value}","value":"1"},"result_click":{"active":"1","action":"result_click","category":"ASP {search_id} | {search_name}","label":"{result_title} | {result_url}","value":"1"}}}}};</script>
<script defer async src='//petrpikora.com/wp-content/cache/wpfc-minified/e4octm90/5qt3k.js' id='asp-47dc8b1b-js'></script>
</body>
</html>

Nyní přejdeme k souboru styles.css pro základní stylování a pak k script.js pro logiku rozpoznávání obrázků v TensorFlow.js.

Nejdříve styles.css:


body {
font-family: Arial, sans-serif;
text-align: center;
margin-top: 50px;
}
#image-upload {
margin: 20px 0;
}
#prediction-result {
margin-top: 20px;
font-size: 20px;
color: blue;
}

A nyní script.js. Tento skript bude obsahovat kód pro načítání modelu TensorFlow.js, zpracování nahraného obrázku a zobrazení predikce. Pro tento příklad použijeme model MobileNet, který je široce používán pro rozpoznávání obrázků.


let model;
window.onload = async () => {
model = await tf.loadLayersModel('model/model.json');
document.getElementById('predict-button').addEventListener('click', predictImage);
};
async function predictImage() {
const imageUpload = document.getElementById('image-upload');
const image = tf.browser.fromPixels(await getImageData(imageUpload));
const resizedImage = tf.image.resizeBilinear(image, [224, 224]);
const normalizedImage = resizedImage.div(255.0).expandDims();
const predictions = await model.predict(normalizedImage).data();
displayPrediction(predictions);
}
function getImageData(imageUpload) {
return new Promise((resolve, reject) => {
const reader = new FileReader();
reader.onload = (event) => {
const img = new Image();
img.onload = () => resolve(img);
img.onerror = reject;
img.src = event.target.result;
};
reader.readAsDataURL(imageUpload.files[0]);
});
}
function displayPrediction(predictions) {
const predictionResult = document.getElementById('prediction-result');
// Zde přidáme kód pro zobrazení výsledků predikce
predictionResult.textContent = `Predikce: ${predictions}`;
}


Všimněte si, že v tomto kódu předpokládáme, že model a jeho váhy jsou uloženy ve složce model/. Tento model je třeba připravit a načíst z předem definovaného zdroje nebo URL.

Zanechte komentář

Napsat komentář

Související články

blank
PythonTensorFlow.js

🐍 Úvod do TensorFlow Lite & Python

TensorFlow Lite (TFLite) ve spojení s Pythonem otevírá dveře on-device strojovému učení...