{"id":3596,"date":"2014-10-13T20:26:25","date_gmt":"2014-10-13T19:26:25","guid":{"rendered":"http:\/\/LegendMTBclub.cz\/?page_id=3596"},"modified":"2020-01-22T08:09:25","modified_gmt":"2020-01-22T07:09:25","slug":"testovaci-stranka","status":"publish","type":"page","link":"http:\/\/LegendMTBclub.cz\/?page_id=3596","title":{"rendered":"Jiho\u010desk\u00e9 vrcholy 2015"},"content":{"rendered":"\n<link rel=\"stylesheet\" type=\"text\/css\" href=\".\/Legendmtbclub_files\/style.css\">\n<div id=\"m\" style=\"height: 380px;\"><\/div>\n<script type=\"text\/javascript\" src=\".\/Legendmtbclub_files\/jquery_1.4.2.js\"><\/script><!--Dla\u017edice vrchol\u016f--> \n<script type=\"text\/javascript\" src=\".\/Legendmtbclub_files\/main_menu.js\"><\/script><br><!--Dla\u017edice vrchol\u016f--> \n<script type=\"text\/javascript\" src=\"https:\/\/api4.mapy.cz\/loader.js\"><\/script> \n<script type=\"text\/javascript\">Loader.load()<\/script>\n<script type=\"text\/javascript\">\/\/\nvar obrazek = \".\/Legendmtbclub_files\/drop-red.png\";\nvar center = SMap.Coords.fromWGS84(14.2832139, 48.8655100);\nvar m = new SMap(JAK.gel(\"m\"), center, 13);\nm.addDefaultLayer(SMap.DEF_TURIST).enable();\/* Turistick\u00fd podklad *\/\nm.addDefaultLayer(SMap.DEF_BIKE).disable();\nm.addDefaultLayer(SMap.DEF_TRAIL).enable();  \nm.addDefaultLayer(SMap.DEF_RELIEF).disable();  \nvar mouse = new SMap.Control.Mouse(SMap.MOUSE_PAN | SMap.MOUSE_WHEEL | SMap.MOUSE_ZOOM); \/* Ovl\u00e1d\u00e1n\u00ed my\u0161\u00ed *\/\nm.addControl(mouse);\nvar data = {\n    \"Kle\u0165\": \"48\u00b051'55.836\\\"N,14\u00b016'59.570\\\"E\", \n    \"Kluk\": \"48\u00b055'25.559\\\"N,14\u00b019'45.989\\\"E\",\n    \"Polu\u0161ka\": \"48\u00b045'14.322\\\"N,14\u00b025'12.300\\\"E\",\n    \"Krav\u00ed hora u Vy\u0161\u0161\u00edho Brodu\": \"48\u00b038'3.415\\\"N,14\u00b019'12.290\\\"E\",\n    \"V\u00edtk\u016fv k\u00e1men\": \"48\u00b038'41.795\\\"N,14\u00b06'11.855\\\"E\",  \n    \"Vyklestilka\": \"48\u00b036'42.566\\\"N,14\u00b016'25.874\\\"E\",  \n    \"Krav\u00ed hora\": \"48\u00b043'51.207\\\"N,14\u00b043'11.535\\\"E\", \n    \"Vysok\u00e1\": \"48\u00b042'55.692\\\"N,14\u00b044'16.418\\\"E\" ,\n    \"Kohout\": \"48\u00b046'6.875\\\"N,14\u00b034'57.793\\\"E\", \n    \"Myslivna\": \"48\u00b037'55.502\\\"N,14\u00b041'0.020\\\"E\", \n    \"Kn\u00ed\u017eec\u00ed stolec\": \"48\u00b050'50.322\\\"N,14\u00b01'11.512\\\"E\",\n    \"Bob\u00edk\": \"48\u00b057'32.958\\\"N,13\u00b051'55.167\\\"E\",  \n    \"Boub\u00edn\": \"48\u00b059'28.376\\\"N,13\u00b049'2.767\\\"E\",  \n    \"Slabo\u0161ovka\": \"48\u00b047'25.498\\\"N,14\u00b032'18.275\\\"E\",      \n    \"M\u00e1\u0159sk\u00fd vrch\": \"49\u00b04'22.316\\\"N,13\u00b050'51.366\\\"E\", \n    \"Kr\u00e1lovsk\u00fd k\u00e1men\": \"49\u00b08'6.079\\\"N,13\u00b037'40.683\\\"E\", \n    \"Javorn\u00edk\": \"49\u00b08'17.610\\\"N,13\u00b039'12.621\\\"E\",  \n    \"Lib\u00edn\": \"48\u00b058'43.742\\\"N,14\u00b00'42.466\\\"E\",  \n    \"Jarn\u00edk\": \"49\u00b018'28.808\\\"N,14\u00b011'32.864\\\"E\",  \n    \"Vysok\u00fd Kam\u00fdk\": \"49\u00b013'52.851\\\"N,14\u00b017'50.025\\\"E\"            \n};\nvar znacky = [];\nvar souradnice = [];\nfor (var name in data) { \/* Vyrobit zna\u010dky *\/\nvar c = SMap.Coords.fromWGS84(data[name]); \/* Sou\u0159adnice zna\u010dky, z textov\u00e9ho form\u00e1tu sou\u0159adnic *\/  \n    var options = {\n        url:obrazek,\n        title:name,\n        anchor: {left:10, bottom: 1}  \/* Ukotven\u00ed zna\u010dky za bod uprost\u0159ed dole *\/\n}\n        var znacka = new SMap.Marker(c, null, options);\n    souradnice.push(c);\n    znacky.push(znacka);\n}\n\/* Kle\u0165 ukotv\u00edme za st\u0159ed zna\u010dky, p\u0159esto\u017ee nezn\u00e1me jej\u00ed velikost *\/\nvar options = {\n    anchor: {left:0.5, top:0.5}\n}\nznacky[1].decorate(SMap.Marker.Feature.RelativeAnchor, options);\nvar vrstva = new SMap.Layer.Marker();     \/* Vrstva se zna\u010dkami *\/\nm.addLayer(vrstva);                          \/* P\u0159idat ji do mapy *\/\nvrstva.enable();                         \/* A povolit *\/\nfor (var i=0;i<znacky .length;i++) {     vrstva.addMarker(znacky[i]); } var cz = m.computeCenterZoom(souradnice); \/* Spo\u010d\u00edtat pozici mapy tak, aby zna\u010dky byly vid\u011bt *\/ m.setCenterZoom(cz[0], cz[1]);\n\/\/ ]]><\/script>\n<div class=\"nav_wrapper clearfix\">\n<div class=\"columns four clearfix\" id=\"promos\">\n\n<!-- Prv\u00fd vrchol, pomocn\u00fd text -->\n<div class=\"promo swap_box first\">\n<div class=\"primary\">\n<div class=\"media\" style=\"display: block;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/LegendMTBclub.cz\/wp-content\/uploads\/2014\/10\/kravihora-225x300.jpg\" width=\"205\" height=\"150\"><\/div>\n<div class=\"title\">\n\n1. Krav\u00ed hora (953 m.n.m)\n\n<\/div>\n<\/div>\n<div class=\"secondary\" style=\"display: none;\">\n\n<a href=\"http:\/\/legendmtbclub.cz\/?page_id=1216\" target=\"_self\" rel=\"noopener noreferrer\">Krav\u00ed hora rozhledna<\/a>\n<p class=\"link\"><a href=\"http:\/\/www.mapy.cz\/turisticka?x=14.7190922&amp;y=48.7327354&amp;z=12&amp;source=base&amp;id=1893563\" target=\"_mapa\" rel=\"noopener noreferrer\"><span class=\"arrow\">Pod\u00edvejte se na mapu vrcholu<\/span><\/a><\/p>\n\n<\/div>\n<\/div>\n<!-- druh\u00fd vrchol, pomocn\u00fd text -->\n<div class=\"promo swap_box first\">\n<div class=\"primary\">\n<div class=\"media\" style=\"display: block;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/LegendMTBclub.cz\/wp-content\/uploads\/2014\/10\/vysoka-400x300.jpg\" width=\"205\" height=\"150\"><\/div>\n<div class=\"title\">\n\n2. Vysok\u00e1 (1034 m.n.m.)\n\n<\/div>\n<\/div>\n<div class=\"secondary\" style=\"display: none;\">\n\n<a href=\"http:\/\/legendmtbclub.cz\/?page_id=1205\" target=\"_self\" rel=\"noopener noreferrer\">Vysok\u00e1 vrchol<\/a>\n<p class=\"link\"><a href=\"http:\/\/www.mapy.cz\/cykloturisticka?moje&amp;x=14.7378798&amp;y=48.7157232&amp;z=15&amp;source=base&amp;id=1714001\" target=\"_mapa\" rel=\"noopener noreferrer\"><span class=\"arrow\">Pod\u00edvejte se na mapu vrcholu<\/span><\/a><\/p>\n&nbsp;\n\n<\/div>\n<\/div>\n<!-- t\u0159et\u00ed vrchol, pomocn\u00fd text -->\n<div class=\"promo swap_box first\">\n<div class=\"primary\">\n<div class=\"media\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/LegendMTBclub.cz\/wp-content\/uploads\/2014\/10\/Myslivna_test-400x300.jpg\" width=\"205\" height=\"150\"><\/div>\n<div class=\"title\">\n\n3. Myslivna (1040 m.n.m.)\n\n<\/div>\n<\/div>\n<div class=\"secondary\" style=\"display: none;\">\n\n<a href=\"http:\/\/legendmtbclub.cz\/?page_id=1612\" target=\"_blank\" rel=\"noopener noreferrer\">Myslivna<\/a>\n<p class=\"link\"><a href=\"http:\/\/www.mapy.cz\/turisticka?x=14.6844399&amp;y=48.6285425&amp;z=13&amp;source=base&amp;id=3057\" target=\"_mapa\" rel=\"noopener noreferrer\"><span class=\"arrow\">Pod\u00edvejte se na mapu vrcholu<\/span><\/a><\/p>\n\n<\/div>\n<\/div>\n<!-- \u010dtvt\u00fd vrchol, pomocn\u00fd text -->\n<div class=\"promo swap_box first\">\n<div class=\"primary\">\n<div class=\"media\" style=\"display: block;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/LegendMTBclub.cz\/wp-content\/uploads\/2014\/10\/Kohout-400x300.jpg\" width=\"205\" height=\"150\"><\/div>\n<div class=\"title\">\n\n4. Kohout (871 m.n.m.)\n\n<\/div>\n<\/div>\n<div class=\"secondary\" style=\"display: none;\">\n\n<a href=\"http:\/\/legendmtbclub.cz\/?page_id=1466\" target=\"_blank\" rel=\"noopener noreferrer\">Kohout<\/a>\n<p class=\"link\"><a href=\"http:\/\/www.mapy.cz\/turisticka?x=14.5816772&amp;y=48.7663775&amp;z=14&amp;source=base&amp;id=1704093\" target=\"_mapa\" rel=\"noopener noreferrer\"><span class=\"arrow\">Pod\u00edvejte se na mapu vrcholu<\/span><\/a><\/p>\n&nbsp;\n\n<\/div>\n<\/div>\n<!-- P\u00e1t\u00fd vrchol, pomocn\u00fd text -->\n<div class=\"promo swap_box first\">\n<div class=\"primary\">\n<div class=\"media\" style=\"display: block;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/LegendMTBclub.cz\/wp-content\/uploads\/2014\/10\/slabosovka_test-225x300.jpg\" width=\"205\" height=\"150\"><\/div>\n<div class=\"title\">\n\n5. Slabo\u0161ovka (624 m.n.m.)\n\n<\/div>\n<\/div>\n<div class=\"secondary\" style=\"display: none;\">\n\n<a href=\"http:\/\/legendmtbclub.cz\/?page_id=1216\" target=\"_self\" rel=\"noopener noreferrer\">Slabo\u0161ovka rozhledna<\/a>\n<p class=\"link\"><a href=\"http:\/\/www.mapy.cz\/cykloturisticka?x=14.5323021&amp;y=48.7902071&amp;z=13&amp;source=base&amp;id=1893566\" target=\"_mapa\" rel=\"noopener noreferrer\"><span class=\"arrow\">Pod\u00edvejte se na mapu vrcholu<\/span><\/a><\/p>\n&nbsp;\n\n<\/div>\n<\/div>\n<!-- \u0160est\u00fd vrchol, pomocn\u00fd text -->\n<div class=\"promo swap_box first\">\n<div class=\"primary\">\n<div class=\"media\" style=\"display: block;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/LegendMTBclub.cz\/wp-content\/uploads\/2014\/10\/vysoka-400x300.jpg\" width=\"205\" height=\"150\"><\/div>\n<div class=\"title\">\n\n6. Polu\u0161ka (919 m.n.m.)\n\n<\/div>\n<\/div>\n<div class=\"secondary\" style=\"display: none;\">\n\n<a href=\"http:\/\/legendmtbclub.cz\/?page_id=1205\" target=\"_self\" rel=\"noopener noreferrer\">Polu\u0161ka<\/a>\n<p class=\"link\"><a href=\"http:\/\/www.mapy.cz\/cykloturisticka?vlastni-body&amp;x=14.4200337&amp;y=48.7541490&amp;z=16&amp;ut=Polu%C5%A1ka%20vys%C3%ADla%C4%8D&amp;uc=9hA2exRSoz&amp;ud=Ro%C5%BEmit%C3%A1l%20na%20%C5%A0umav%C4%9B%2C%20okres%20%C4%8Cesk%C3%BD%20Krumlov\" target=\"_mapa\" rel=\"noopener noreferrer\"><span class=\"arrow\">Pod\u00edvejte se na mapu vrcholu<\/span><\/a><\/p>\n&nbsp;\n\n<\/div>\n<\/div>\n<!-- Sedm\u00fd vrchol, pomocn\u00fd text -->\n<div class=\"promo swap_box first\">\n<div class=\"primary\">\n<div class=\"media\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/LegendMTBclub.cz\/vrcholy_2015\/vyklestilka.jpg\" width=\"205\" height=\"150\"><\/div>\n<div class=\"title\">\n\n7. Vyklestilka (887 m.n.m.)\n\n<\/div>\n<\/div>\n<div class=\"secondary\" style=\"display: none;\">\n\n<a href=\"http:\/\/legendmtbclub.cz\/?page_id=1612\" target=\"_blank\" rel=\"noopener noreferrer\">Vyklestilka<\/a>\n<p class=\"link\"><a href=\"http:\/\/www.mapy.cz\/turisticka?x=14.2667234&amp;y=48.6128222&amp;z=13&amp;source=base&amp;id=1914415\" target=\"_mapa\" rel=\"noopener noreferrer\"><span class=\"arrow\">Pod\u00edvejte se na mapu vrcholu<\/span><\/a><\/p>\n&nbsp;\n\n<\/div>\n<\/div>\n<!-- Osm\u00fd vrchol, pomocn\u00fd text -->\n<div class=\"promo swap_box first\">\n<div class=\"primary\">\n<div class=\"media\" style=\"display: block;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/LegendMTBclub.cz\/wp-content\/uploads\/2014\/10\/Kohout-400x300.jpg\" width=\"205\" height=\"150\"><\/div>\n<div class=\"title\">\n\n8. Krav\u00ed hora (796 m.n.m.)\n\n<\/div>\n<\/div>\n<div class=\"secondary\" style=\"display: none;\">\n\n<a href=\"http:\/\/legendmtbclub.cz\/?page_id=1466\" target=\"_blank\" rel=\"noopener noreferrer\">Krav\u00ed hora<\/a>\n<p class=\"link\"><a href=\"http:\/\/www.mapy.cz\/turisticka?x=14.5816772&amp;y=48.7663775&amp;z=14&amp;source=base&amp;id=1704093\" target=\"_mapa\" rel=\"noopener noreferrer\"><span class=\"arrow\">Pod\u00edvejte se na mapu vrcholu<\/span><\/a><\/p>\n\n<\/div>\n<\/div>\n<!-- Dev\u00e1t\u00fd vrchol, pomocn\u00fd text -->\n<div class=\"promo swap_box first\">\n<div class=\"primary\">\n<div class=\"media\" style=\"display: block;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/LegendMTBclub.cz\/wp-content\/uploads\/2014\/10\/Kohout-400x300.jpg\" width=\"205\" height=\"150\"><\/div>\n<div class=\"title\">\n\n9. V\u00edtk\u016fv k\u00e1men (1035 m.n.m.)\n\n<\/div>\n<\/div>\n<div class=\"secondary\" style=\"display: none;\">\n\n<a href=\"http:\/\/legendmtbclub.cz\/?page_id=1466\" target=\"_blank\" rel=\"noopener noreferrer\">V\u00edtk\u016fv k\u00e1men<\/a>\n<p class=\"link\"><a href=\"http:\/\/www.mapy.cz\/turisticka?x=14.1029625&amp;y=48.6452104&amp;z=16&amp;source=base&amp;id=3130\" target=\"_mapa\" rel=\"noopener noreferrer\"><span class=\"arrow\">Pod\u00edvejte se na mapu vrcholu<\/span><\/a><\/p>\n\n<\/div>\n<\/div>\n<!-- Des\u00e1t\u00fd vrchol, pomocn\u00fd text -->\n<div class=\"promo swap_box first\">\n<div class=\"primary\">\n<div class=\"media\" style=\"display: block;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/LegendMTBclub.cz\/wp-content\/uploads\/2014\/10\/Kohout-400x300.jpg\" width=\"205\" height=\"150\"><\/div>\n<div class=\"title\">\n\n10. Kn\u00ed\u017eec\u00ed stolec (1236 m.n.m.)\n\n<\/div>\n<\/div>\n<div class=\"secondary\" style=\"display: none;\">\n\n<a href=\"http:\/\/legendmtbclub.cz\/?page_id=1466\" target=\"_blank\" rel=\"noopener noreferrer\">Kn\u00ed\u017eec\u00ed stolec<\/a>\n<p class=\"link\"><a href=\"http:\/\/www.mapy.cz\/turisticka?x=14.0154060&amp;y=48.8466844&amp;z=13&amp;source=base&amp;id=1893567\" target=\"_mapa\" rel=\"noopener noreferrer\"><span class=\"arrow\">Pod\u00edvejte se na mapu vrcholu<\/span><\/a><\/p>\n\n<\/div>\n<\/div>\n<!-- Jeden\u00e1st\u00fd vrchol, pomocn\u00fd text -->\n<div class=\"promo swap_box first\">\n<div class=\"primary\">\n<div class=\"media\" style=\"display: block;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/LegendMTBclub.cz\/wp-content\/uploads\/2014\/10\/Kohout-400x300.jpg\" width=\"205\" height=\"150\"><\/div>\n<div class=\"title\">\n\n11. Bob\u00edk (1264 m.n.m.)\n\n<\/div>\n<\/div>\n<div class=\"secondary\" style=\"display: none;\">\n\n<a href=\"http:\/\/legendmtbclub.cz\/?page_id=1466\" target=\"_blank\" rel=\"noopener noreferrer\">Bob\u00edk<\/a>\n<p class=\"link\"><a href=\"http:\/\/www.mapy.cz\/turisticka?x=13.8649636&amp;y=48.9588850&amp;z=15&amp;source=base&amp;id=1712731\" target=\"_mapa\" rel=\"noopener noreferrer\"><span class=\"arrow\">Pod\u00edvejte se na mapu vrcholu<\/span><\/a><\/p>\n\n<\/div>\n<\/div>\n<!-- Jeden\u00e1ct\u00fd vrchol, pomocn\u00fd text -->\n<div class=\"promo swap_box first\">\n<div class=\"primary\">\n<div class=\"media\" style=\"display: block;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/LegendMTBclub.cz\/wp-content\/uploads\/2014\/10\/Kohout-400x300.jpg\" width=\"205\" height=\"150\"><\/div>\n<div class=\"title\">\n\n12. Boub\u00edn (1362 m.n.m.)\n\n<\/div>\n<\/div>\n<div class=\"secondary\" style=\"display: none;\">\n\n<a href=\"http:\/\/legendmtbclub.cz\/?page_id=1466\" target=\"_blank\" rel=\"noopener noreferrer\">Boub\u00edn<\/a>\n<p class=\"link\"><a href=\"http:\/\/www.mapy.cz\/cykloturisticka?x=13.8144811&amp;y=48.9925077&amp;z=13&amp;source=base&amp;id=1723752\" target=\"_mapa\" rel=\"noopener noreferrer\"><span class=\"arrow\">Pod\u00edvejte se na mapu vrcholu<\/span><\/a><\/p>\n\n<\/div>\n<\/div>\n<!-- T\u0159in\u00e1ct\u00fd vrchol, pomocn\u00fd text -->\n<div class=\"promo swap_box first\">\n<div class=\"primary\">\n<div class=\"media\" style=\"display: block;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/LegendMTBclub.cz\/vrcholy_2015\/javornik.jpg\" width=\"205\" height=\"150\"><\/div>\n<div class=\"title\">\n\n13. Javorn\u00edk (1066 m.n.m.)\n\n<\/div>\n<\/div>\n<div class=\"secondary\" style=\"display: none;\">\n\n<a href=\"http:\/\/legendmtbclub.cz\/?page_id=1216\" target=\"_self\" rel=\"noopener noreferrer\">Javorn\u00edk<\/a>\n<p class=\"link\"><a href=\"http:\/\/www.mapy.cz\/turisticka?x=14.7190922&amp;y=48.7327354&amp;z=12&amp;source=base&amp;id=1893563\" target=\"_mapa\" rel=\"noopener noreferrer\"><span class=\"arrow\">Pod\u00edvejte se na mapu vrcholu<\/span><\/a><\/p>\n&nbsp;\n\n<\/div>\n<\/div>\n<!-- \u010ctrn\u00e1ct\u00fd vrchol, pomocn\u00fd text -->\n<div class=\"promo swap_box first\">\n<div class=\"primary\">\n<div class=\"media\" style=\"display: block;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/LegendMTBclub.cz\/vrcholy_2015\/kralovskykamen.jpg\" width=\"205\" height=\"150\"><\/div>\n<div class=\"title\">\n\n14. Kr\u00e1lovsk\u00fd k\u00e1men (1058 m.n.m.)\n\n<\/div>\n<\/div>\n<div class=\"secondary\" style=\"display: none;\">\n\n<a href=\"http:\/\/legendmtbclub.cz\/?page_id=1205\" target=\"_self\" rel=\"noopener noreferrer\">Kr\u00e1lovsk\u00fd k\u00e1men<\/a>\n<p class=\"link\"><a href=\"http:\/\/www.mapy.cz\/cykloturisticka?moje&amp;x=14.7378798&amp;y=48.7157232&amp;z=15&amp;source=base&amp;id=1714001\" target=\"_mapa\" rel=\"noopener noreferrer\"><span class=\"arrow\">Pod\u00edvejte se na mapu vrcholu<\/span><\/a><\/p>\n&nbsp;\n\n<\/div>\n<\/div>\n<!-- Patn\u00e1ct\u00fd vrchol, pomocn\u00fd text -->\n<div class=\"promo swap_box first\">\n<div class=\"primary\">\n<div class=\"media\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/LegendMTBclub.cz\/wp-content\/uploads\/2014\/10\/Myslivna_test-400x300.jpg\" width=\"205\" height=\"150\"><\/div>\n<div class=\"title\">\n\n15. M\u00e1\u0159sk\u00fd vrch (907 m.n.m.)\n\n<\/div>\n<\/div>\n<div class=\"secondary\" style=\"display: none;\">\n\n<a href=\"http:\/\/legendmtbclub.cz\/?page_id=1612\" target=\"_blank\" rel=\"noopener noreferrer\">M\u00e1\u0159sk\u00fd vrch<\/a>\n<p class=\"link\"><a href=\"http:\/\/www.mapy.cz\/turisticka?x=14.6844399&amp;y=48.6285425&amp;z=13&amp;source=base&amp;id=3057\" target=\"_mapa\" rel=\"noopener noreferrer\"><span class=\"arrow\">Pod\u00edvejte se na mapu vrcholu<\/span><\/a><\/p>\n&nbsp;\n\n<\/div>\n<\/div>\n<!-- \u0160estn\u00e1st\u00fd vrchol, pomocn\u00fd text -->\n<div class=\"promo swap_box first\">\n<div class=\"primary\">\n<div class=\"media\" style=\"display: block;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/LegendMTBclub.cz\/vrcholy_2015\/libin.jpg\" width=\"205\" height=\"150\"><\/div>\n<div class=\"title\">\n\n16. Lib\u00edn (1093 m.n.m.)\n\n<\/div>\n<\/div>\n<div class=\"secondary\" style=\"display: none;\">\n\n<a href=\"http:\/\/legendmtbclub.cz\/?page_id=1466\" target=\"_blank\" rel=\"noopener noreferrer\">Lib\u00edn<\/a>\n<p class=\"link\"><a href=\"http:\/\/www.mapy.cz\/turisticka?x=14.5816772&amp;y=48.7663775&amp;z=14&amp;source=base&amp;id=1704093\" target=\"_mapa\" rel=\"noopener noreferrer\"><span class=\"arrow\">Pod\u00edvejte se na mapu vrcholu<\/span><\/a><\/p>\n&nbsp;\n\n<\/div>\n<\/div>\n<!-- Sedmn\u00e1ct\u00fd vrchol, pomocn\u00fd text -->\n<div class=\"promo swap_box first\">\n<div class=\"primary\">\n<div class=\"media\" style=\"display: block;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/LegendMTBclub.cz\/wp-content\/uploads\/2014\/10\/kravihora-225x300.jpg\" width=\"205\" height=\"150\"><\/div>\n<div class=\"title\">\n\n17. Jarn\u00edk (609 m.n.m.)\n\n<\/div>\n<\/div>\n<div class=\"secondary\" style=\"display: none;\">\n\n<a href=\"http:\/\/legendmtbclub.cz\/?page_id=1216\" target=\"_self\" rel=\"noopener noreferrer\">Jarn\u00edk<\/a>\n<p class=\"link\"><a href=\"http:\/\/www.mapy.cz\/turisticka?x=14.7190922&amp;y=48.7327354&amp;z=12&amp;source=base&amp;id=1893563\" target=\"_mapa\" rel=\"noopener noreferrer\"><span class=\"arrow\">Pod\u00edvejte se na mapu vrcholu<\/span><\/a><\/p>\n&nbsp;\n\n<\/div>\n<\/div>\n<!-- Osumn\u00e1ct\u00fd vrchol, pomocn\u00fd text -->\n<div class=\"promo swap_box first\">\n<div class=\"primary\">\n<div class=\"media\" style=\"display: block;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/LegendMTBclub.cz\/vrcholy_2015\/vysokykamyk.jpg\" width=\"205\" height=\"150\"><\/div>\n<div class=\"title\">\n\n18. Vysok\u00fd Kam\u00fdk (627 m.n.m.)\n\n<\/div>\n<\/div>\n<div class=\"secondary\" style=\"display: none;\">\n\n<a href=\"http:\/\/legendmtbclub.cz\/?page_id=1205\" target=\"_self\" rel=\"noopener noreferrer\">Vysok\u00fd Kam\u00fdk<\/a>\n<p class=\"link\"><a href=\"http:\/\/www.mapy.cz\/cykloturisticka?moje&amp;x=14.7378798&amp;y=48.7157232&amp;z=15&amp;source=base&amp;id=1714001\" target=\"_mapa\" rel=\"noopener noreferrer\"><span class=\"arrow\">Pod\u00edvejte se na mapu vrcholu<\/span><\/a><\/p>\n&nbsp;\n\n<\/div>\n<\/div>\n<!-- Devaten\u00e1ct\u00fd vrchol, pomocn\u00fd text -->\n<div class=\"promo swap_box first\">\n<div class=\"primary\">\n<div class=\"media\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/LegendMTBclub.cz\/vrcholy_2015\/kluk.jpg\" width=\"205\" height=\"150\"><\/div>\n<div class=\"title\">\n\n19. Kluk (741 m.n.m.)\n\n<\/div>\n<\/div>\n<div class=\"secondary\" style=\"display: none;\">\n\n<a href=\"http:\/\/legendmtbclub.cz\/?page_id=1612\" target=\"_blank\" rel=\"noopener noreferrer\">Kluk<\/a>\n<p class=\"link\"><a href=\"http:\/\/www.mapy.cz\/turisticka?x=14.6844399&amp;y=48.6285425&amp;z=13&amp;source=base&amp;id=3057\" target=\"_mapa\" rel=\"noopener noreferrer\"><span class=\"arrow\">Pod\u00edvejte se na mapu vrcholu<\/span><\/a><\/p>\n&nbsp;\n\n<\/div>\n<\/div>\n<!-- Dvac\u00e1t\u00fd vrchol, pomocn\u00fd text -->\n<div class=\"promo swap_box first\">\n<div class=\"primary\">\n<div class=\"media\" style=\"display: block;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/LegendMTBclub.cz\/vrcholy_2015\/klet.jpg\" width=\"205\" height=\"150\"><\/div>\n<div class=\"title\">\n\n20. Kle\u0165 (1084 m.n.m.)\n\n<\/div>\n<\/div>\n<div class=\"secondary\" style=\"display: none;\">\n\n<a href=\"http:\/\/legendmtbclub.cz\/?page_id=1466\" target=\"_blank\" rel=\"noopener noreferrer\">Kle\u0165<\/a>\n<p class=\"link\"><a href=\"http:\/\/www.mapy.cz\/turisticka?x=14.5816772&amp;y=48.7663775&amp;z=14&amp;source=base&amp;id=1704093\" target=\"_mapa\" rel=\"noopener noreferrer\"><span class=\"arrow\">Pod\u00edvejte se na mapu vrcholu<\/span><\/a><\/p>\n&nbsp;\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<hr>\n<p><a href=\"http:\/\/LegendMTBclub.cz\/wp-content\/uploads\/2014\/10\/Vrcharska_koruna_JC3-1.jpg\" rel=\"attachment wp-att-7744\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-medium wp-image-7744\" src=\"http:\/\/LegendMTBclub.cz\/wp-content\/uploads\/2014\/10\/Vrcharska_koruna_JC3-1-580x204.jpg\" alt=\"Vrcharska_koruna_JC3\" width=\"580\" height=\"204\" srcset=\"http:\/\/LegendMTBclub.cz\/wp-content\/uploads\/2014\/10\/Vrcharska_koruna_JC3-1-580x204.jpg 580w, http:\/\/LegendMTBclub.cz\/wp-content\/uploads\/2014\/10\/Vrcharska_koruna_JC3-1-1024x361.jpg 1024w\" sizes=\"auto, (max-width: 580px) 100vw, 580px\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>1. Krav\u00ed hora (953 m.n.m) Krav\u00ed hora rozhledna Pod\u00edvejte se na mapu vrcholu 2. Vysok\u00e1 (1034 m.n.m.) Vysok\u00e1 vrchol Pod\u00edvejte se na mapu vrcholu &nbsp; 3. Myslivna (1040 m.n.m.) Myslivna Pod\u00edvejte se na mapu vrcholu 4. Kohout (871 m.n.m.) Kohout &hellip; <a href=\"http:\/\/LegendMTBclub.cz\/?page_id=3596\">Cel\u00fd p\u0159\u00edsp\u011bvek <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"onecolumn-page.php","meta":{"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-3596","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/P8w082-W0","_links":{"self":[{"href":"http:\/\/LegendMTBclub.cz\/index.php?rest_route=\/wp\/v2\/pages\/3596","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/LegendMTBclub.cz\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/LegendMTBclub.cz\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/LegendMTBclub.cz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/LegendMTBclub.cz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3596"}],"version-history":[{"count":167,"href":"http:\/\/LegendMTBclub.cz\/index.php?rest_route=\/wp\/v2\/pages\/3596\/revisions"}],"predecessor-version":[{"id":14982,"href":"http:\/\/LegendMTBclub.cz\/index.php?rest_route=\/wp\/v2\/pages\/3596\/revisions\/14982"}],"wp:attachment":[{"href":"http:\/\/LegendMTBclub.cz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3596"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}