{"id":4708,"date":"2024-10-15T15:59:32","date_gmt":"2024-10-15T13:59:32","guid":{"rendered":"https:\/\/www.vogelsberg.wiki\/taufstein-2-3\/"},"modified":"2026-02-17T00:10:34","modified_gmt":"2026-02-16T23:10:34","slug":"taufstein-2","status":"publish","type":"page","link":"https:\/\/www.vogelsberg.wiki\/?page_id=4708","title":{"rendered":"Taufsteinloipe II"},"content":{"rendered":"<link rel=\"stylesheet\" href=\"https:\/\/www.vogelsberg.wiki\/poi\/poi-style.css\" type=\"text\/css\">\n\n<div class=\"poi_element\"><br><\/div><script>\n\tfunction setButtonContent(isLiked, buttonObj)\n\t{\n\t\tif(isLiked)\n\t\t{\n\t\t\tbuttonObj.innerHTML = \"<i class='fa-solid fa-thumbs-up'><\/i>\";\n\t\t}\n\t\telse\n\t\t{\n\t\t\tbuttonObj.innerHTML = \"<i class='fa-regular fa-thumbs-up'><\/i>\";\n\t\t}\n\t}\n<\/script>\n\n<div class=\"landmark\">\n<img decoding=\"async\" src=\"https:\/\/www.vogelsberg.wiki\/icon\/strecke.png\">\nStrecke\n<div class=\"likeArea\">\n<button name=\"178\" id=\"likeButton\"><\/button>\n<span id=\"likeCount\">1<\/span>\n<\/div>\n<\/div>\n<script>\n\tconst isLiked = localStorage.getItem(\"liked_178\");\n\tconst buttonObj = document.getElementById(\"likeButton\");\n\tsetButtonContent(isLiked, buttonObj);\n\t<\/script>\n<script>\n\tconst buttonObject = document.getElementById(\"likeButton\");\n\tconst name = buttonObject.name;\n\n\tfetch(\"\/poi\/getLikes.php?poi_id=\" + name)\n\t\t\t\t.then(response => {\n\t\t\t\t\tif (!response.ok) {\n\t\t\t\t\t\tthrow new Error(\"Netzwerkfehler\");\n\t\t\t\t\t}\n\t\t\t\t\treturn response.json();\n\t\t\t\t})\n\t\t\t\t.then(data => {\n\t\t\t\t\tlikeCount.innerText = data.likes;\n\t\t\t\t})\n\t\t\t\t.catch(error => {\n\t\t\t\t\tconsole.error(\"Error fetching data:\", error);\n\t\t\t\t\talert(\"An error occurred while updating the like count. Please try again later.\");\n\t\t\t\t});\n\n\tlikeButton.addEventListener(\"click\", () => {\n    if ((!localStorage.getItem(\"liked_\" + name)) || \n\t\t(localStorage.getItem(\"liked_\" + name) &&\n\t\t(Date.now()-localStorage.getItem(\"liked_time_\" + name) > 2592000000)))\n\t\t{\n\t\t\tconst buttonObj = document.getElementById(\"likeButton\");\n\t\t\tsetButtonContent(true, buttonObj);\n\t\t\tlocalStorage.setItem(\"liked_\" + name, true);\n\t\t\tlocalStorage.setItem(\"liked_time_\" + name, Date.now());\n\n\t\t\tfetch(\"\/poi\/countLikes.php?poi_id=\" + name)\n\t\t\t\t.then(response => {\n\t\t\t\t\tif (!response.ok) {\n\t\t\t\t\t\tthrow new Error(\"Netzwerkfehler\");\n\t\t\t\t\t}\n\t\t\t\t\treturn response.json();\n\t\t\t\t})\n\t\t\t\t.then(data => {\n\t\t\t\t\tlikeCount.innerText = data.likes;\n\t\t\t\t})\n\t\t\t\t.catch(error => {\n\t\t\t\t\tconsole.error(\"Error fetching data:\", error);\n\t\t\t\t\talert(\"An error occurred while updating the like count. Please try again later.\");\n\t\t\t\t});\n    \t} else {\n        alert(\"Du hast das schon mit gef\u00e4llt mir markiert!\");\n    }\n});\n<\/script>\n<br><img decoding=\"async\" alt=\"Strecke Taufsteinloipe II im Vogelsberg\" id=\"largePic\" class =\"title_img\" src=\"\/bild\/taufstein-2\/bild_1.jpg\"><div class =\"picture_box\"><img decoding=\"async\" alt=\"Strecke Taufsteinloipe II im Vogelsberg\" onClick=\"makeLarge('1')\" id=\"more_1\" class =\"more_img\" src=\"\/bild\/taufstein-2\/bild_2.jpg\"><img decoding=\"async\" alt=\"Strecke Taufsteinloipe II im Vogelsberg\" onClick=\"makeLarge('2')\" id=\"more_2\" class =\"more_img\" src=\"\/bild\/taufstein-2\/bild_3.jpg\"><\/div>\n<script>\nfunction makeLarge(picture_index)\n{\n\tvar large_image = document.getElementById(\"largePic\");\n\tvar small_image = document.getElementById(\"more_\" + picture_index);\n\tlarge_source = large_image.src;\n\tsmall_source = small_image.src;\n\tlarge_image.src = small_source;\n\tsmall_image.src = large_source;\n}\n<\/script><div class=\"detail_list\"><div id=\"distance\" class=\"details\"><i class=\"fa-solid fa-arrows-left-right\"><\/i> L\u00e4nge: 5,0 km<\/div><div id=\"sport\" class=\"details\"><i class=\"fas fa-futbol\"><\/i> Sportart: Skilanglauf klassisch<\/div><\/div><h2>Allgemeines<\/h2><div class=\"description\">Die Taufsteinloipe II beinhaltet den klassischen Start am Loipenhaus, f\u00fchrt bis hin zur gro\u00dfen Schneise mit dem Trennzaun und knickt einige hundert Meter weiter Richtung Lattenbruch ab, sodass sie sich von der Taufsteinloipe I trennt. Der Lattenbruch bietet dann eine etwas steilere Abfahrt, weswegen diese Loipe auch mit dem Schwierigkeitsgrad &#8222;m\u00e4\u00dfig&#8220; (rot) gekennzeichnet ist. Nach einem Kilometer im Tal folgt der fordernde Anstieg.<\/div><br><h2>Streckenverlauf<\/h2><meta charset=\"utf-8\" \/>\n\n<link rel=\"stylesheet\" href=\"https:\/\/www.vogelsberg.wiki\/poi\/leaflet\/leaflet.css\" crossorigin=\"\"\/>\n<script src=\"https:\/\/www.vogelsberg.wiki\/poi\/leaflet\/leaflet.js\" crossorigin=\"\"><\/script>\n\n\n<div id=\"map\" class=\"POI_map\" style=\"width: 100%; height: 400px\"><\/div>\n\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/leaflet-gpx\/1.7.0\/gpx.min.js\"><\/script><script>document.addEventListener(\"DOMContentLoaded\", () => {\nconst url = \"https:\/\/www.vogelsberg.wiki\/poi\/api\/street-incidents.php?lat=0&lon=0\";const center = L.latLng(0, 0);const map = L.map(\"map\", {\n\u00a0 \u00a0 center: center,\n\u00a0 \u00a0 zoom: 13,\n\u00a0 \u00a0 zoomDelta: 1,\n\tzoomSnap: 1\n});\nconst tiles = L.tileLayer(\"https:\/\/rtiles.artifexmedia.org\/osm\/{z}\/{x}\/{y}.png\", {\t\tmaxZoom: 20,\n\t\tminZoom: 10,\n\t\tattribution: '&copy; <a target=\"_blank\" href=\"http:\/\/www.openstreetmap.org\/copyright\">OpenStreetMap<\/a> contributors, ' +\n\t\t'Imagery \u00a9<a target=\"_blank\" href=\"https:\/\/www.artifexmedia.org\/\">artifexmedia<\/a> | '\n\t\t\u00a0\n + 'Streckenfunktion: <a target=\"_blank\" href=\"https:\/\/github.com\/mpetazzoni\/leaflet-gpx\/blob\/main\/LICENSE\">mpetazzoni<\/a>, ' +'Streckendaten: <a target=\"_blank\" href=\" \"> Vogelsberg.wiki<\/a>'}).addTo(map);var gpx = \"https:\/\/www.vogelsberg.wiki\/gpx\/taufstein-2.gpx\";\nnew L.GPX(gpx, {async: true, marker_options: {\n\u00a0 \u00a0 startIconUrl: \"\",\n\u00a0 \u00a0 endIconUrl: \"\",}}).on(\"loaded\", function(e) {\n\u00a0 map.fitBounds(e.target.getBounds());\n}).addTo(map);\n\tL.Control.LinkButton = L.Control.extend({\n\t\toptions: {\n\t\t\tposition: \"topright\"\n\t\t},\n\t\tonAdd: function(map) {\n\t\t\tvar container = L.DomUtil.create(\"div\", \"leaflet-bar leaflet-control\");\n\n\t\t\tvar link = L.DomUtil.create(\"a\", \"leaflet-control-link\", container);\n\t\t\tlink.href = \"https:\/\/vogelsberg.wiki\/gpx\/taufstein-2.gpx\";\n\t\t\tlink.download = \"taufstein-2.gpx\";\n\t\t\tlink.target = \"_blank\";\n\t\t\tlink.title = \"Download GPX\"; \n\t\t\tlink.textContent = \"Download GPX-Datei\";\n\n\t\t\tL.DomEvent.disableClickPropagation(container);\n\n\t\t\treturn container;\n\t\t}\n\t});\n\n\tnew L.Control.LinkButton().addTo(map);});\n<\/script><style>\n\t\t\t@media only screen and (max-width: 768px) \n\t\t\t{\n\t\t\t\t.attributes \n\t\t\t\t{ \n\t\t\t\twidth: 100%;\n\t\t\t\t}\n\t\t\t}\n\t\t\t@media only screen and (min-width: 769px) \n\t\t\t{\n\t\t\t\t.attributes \n\t\t\t\t{ \n\t\t\t\twidth: 25%;\n\t\t\t\t}\n\t\t\t}\n\t\t\t.attributes \n\t\t\t{ \n    \t\theight: 10px;\n    \t\tdisplay: grid;\n    \t\tgrid-template-columns: 1fr 1fr 1fr 1fr 3fr;\n    \t\tgrid-gap: 8px; \n\t\t\tfont-weight: 600;\n\t\t\t}\n\t\t\t#one { background-color: #ff3300; }\n\t\t\t#two { background-color: #ff3300; }\n\t\t\t#three { background-color: #ff3300; }\n\t\t\t#four { background-color: #999; }\n\t\t\t<\/style>\n<br><h2>Eigenschaften<\/h2>\n<h3>Schwierigkeit<\/h3>\n<div class=\"attributes\">\n\t<div id=\"one\"><\/div>\n\t<div id=\"two\"><\/div>\n\t<div id=\"three\"><\/div>\n\t<div id=\"four\"><\/div>\n\t<div id=\"levelText\">m\u00e4\u00dfig<\/div>\n\t<\/div><br><\/div>","protected":false},"excerpt":{"rendered":"Strecke 1 L\u00e4nge: 5,0 km Sportart: Skilanglauf klassischAllgemeinesDie Taufsteinloipe II beinhaltet den klassischen Start am Loipenhaus, f\u00fchrt bis hin zur gro\u00dfen Schneise mit dem Trennzaun und knickt einige hundert Meter weiter Richtung Lattenbruch ab, sodass sie sich von der Taufsteinloipe I trennt. Der Lattenbruch bietet dann eine etwas steilere Abfahrt, weswegen diese Loipe auch mit &#8230; <a title=\"Taufsteinloipe II\" class=\"read-more\" href=\"https:\/\/www.vogelsberg.wiki\/?page_id=4708\" aria-label=\"Mehr Informationen \u00fcber Taufsteinloipe II\">Weiterlesen<\/a>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"pgc_sgb_lightbox_settings":"","footnotes":""},"class_list":["post-4708","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Taufsteinloipe II - Vogelsberg.wiki<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.vogelsberg.wiki\/?page_id=4708\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Taufsteinloipe II - Vogelsberg.wiki\" \/>\n<meta property=\"og:description\" content=\"Strecke 1 L\u00e4nge: 5,0 km Sportart: Skilanglauf klassischAllgemeinesDie Taufsteinloipe II beinhaltet den klassischen Start am Loipenhaus, f\u00fchrt bis hin zur gro\u00dfen Schneise mit dem Trennzaun und knickt einige hundert Meter weiter Richtung Lattenbruch ab, sodass sie sich von der Taufsteinloipe I trennt. Der Lattenbruch bietet dann eine etwas steilere Abfahrt, weswegen diese Loipe auch mit ... Weiterlesen\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.vogelsberg.wiki\/?page_id=4708\" \/>\n<meta property=\"og:site_name\" content=\"Vogelsberg.wiki\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-16T23:10:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.vogelsberg.wiki\/icon\/strecke.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"2\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/?page_id=4708\",\"url\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/?page_id=4708\",\"name\":\"Taufsteinloipe II - Vogelsberg.wiki\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/?page_id=4708#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/?page_id=4708#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/icon\\\/strecke.png\",\"datePublished\":\"2024-10-15T13:59:32+00:00\",\"dateModified\":\"2026-02-16T23:10:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/?page_id=4708#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.vogelsberg.wiki\\\/?page_id=4708\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/?page_id=4708#primaryimage\",\"url\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/icon\\\/strecke.png\",\"contentUrl\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/icon\\\/strecke.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/?page_id=4708#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Taufsteinloipe II\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/#website\",\"url\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/\",\"name\":\"Vogelsberg.wiki\",\"description\":\"Freizeit und Abenteuer auf dem gr\u00f6\u00dften Vulkanmassiv Europas\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/#organization\",\"name\":\"Vogelsberg.wiki\",\"url\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/Vogelsberg.wiki_2023.png\",\"contentUrl\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/Vogelsberg.wiki_2023.png\",\"width\":1834,\"height\":282,\"caption\":\"Vogelsberg.wiki\"},\"image\":{\"@id\":\"https:\\\/\\\/www.vogelsberg.wiki\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Taufsteinloipe II - Vogelsberg.wiki","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.vogelsberg.wiki\/?page_id=4708","og_locale":"de_DE","og_type":"article","og_title":"Taufsteinloipe II - Vogelsberg.wiki","og_description":"Strecke 1 L\u00e4nge: 5,0 km Sportart: Skilanglauf klassischAllgemeinesDie Taufsteinloipe II beinhaltet den klassischen Start am Loipenhaus, f\u00fchrt bis hin zur gro\u00dfen Schneise mit dem Trennzaun und knickt einige hundert Meter weiter Richtung Lattenbruch ab, sodass sie sich von der Taufsteinloipe I trennt. Der Lattenbruch bietet dann eine etwas steilere Abfahrt, weswegen diese Loipe auch mit ... Weiterlesen","og_url":"https:\/\/www.vogelsberg.wiki\/?page_id=4708","og_site_name":"Vogelsberg.wiki","article_modified_time":"2026-02-16T23:10:34+00:00","og_image":[{"url":"https:\/\/www.vogelsberg.wiki\/icon\/strecke.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"2\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.vogelsberg.wiki\/?page_id=4708","url":"https:\/\/www.vogelsberg.wiki\/?page_id=4708","name":"Taufsteinloipe II - Vogelsberg.wiki","isPartOf":{"@id":"https:\/\/www.vogelsberg.wiki\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.vogelsberg.wiki\/?page_id=4708#primaryimage"},"image":{"@id":"https:\/\/www.vogelsberg.wiki\/?page_id=4708#primaryimage"},"thumbnailUrl":"https:\/\/www.vogelsberg.wiki\/icon\/strecke.png","datePublished":"2024-10-15T13:59:32+00:00","dateModified":"2026-02-16T23:10:34+00:00","breadcrumb":{"@id":"https:\/\/www.vogelsberg.wiki\/?page_id=4708#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.vogelsberg.wiki\/?page_id=4708"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/www.vogelsberg.wiki\/?page_id=4708#primaryimage","url":"https:\/\/www.vogelsberg.wiki\/icon\/strecke.png","contentUrl":"https:\/\/www.vogelsberg.wiki\/icon\/strecke.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.vogelsberg.wiki\/?page_id=4708#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/www.vogelsberg.wiki\/"},{"@type":"ListItem","position":2,"name":"Taufsteinloipe II"}]},{"@type":"WebSite","@id":"https:\/\/www.vogelsberg.wiki\/#website","url":"https:\/\/www.vogelsberg.wiki\/","name":"Vogelsberg.wiki","description":"Freizeit und Abenteuer auf dem gr\u00f6\u00dften Vulkanmassiv Europas","publisher":{"@id":"https:\/\/www.vogelsberg.wiki\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.vogelsberg.wiki\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/www.vogelsberg.wiki\/#organization","name":"Vogelsberg.wiki","url":"https:\/\/www.vogelsberg.wiki\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/www.vogelsberg.wiki\/#\/schema\/logo\/image\/","url":"https:\/\/www.vogelsberg.wiki\/wp-content\/uploads\/2023\/12\/Vogelsberg.wiki_2023.png","contentUrl":"https:\/\/www.vogelsberg.wiki\/wp-content\/uploads\/2023\/12\/Vogelsberg.wiki_2023.png","width":1834,"height":282,"caption":"Vogelsberg.wiki"},"image":{"@id":"https:\/\/www.vogelsberg.wiki\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.vogelsberg.wiki\/index.php?rest_route=\/wp\/v2\/pages\/4708","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.vogelsberg.wiki\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.vogelsberg.wiki\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.vogelsberg.wiki\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.vogelsberg.wiki\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4708"}],"version-history":[{"count":12,"href":"https:\/\/www.vogelsberg.wiki\/index.php?rest_route=\/wp\/v2\/pages\/4708\/revisions"}],"predecessor-version":[{"id":8249,"href":"https:\/\/www.vogelsberg.wiki\/index.php?rest_route=\/wp\/v2\/pages\/4708\/revisions\/8249"}],"wp:attachment":[{"href":"https:\/\/www.vogelsberg.wiki\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4708"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}