(function(){var a=false,f=0,h=function(l){if(!a)return l;for(var k=0;k<f;k++)l[l.length]="\t";return l},j=function(l){if(a)l[l.length]="\n";return l},m={"\u0008":"\\b","\t":"\\t","\n":"\\n","\u000c":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},n={array:function(l){var k=["["],q,v,r,o=l.length,t;k=j(k);f++;for(r=0;r<o;r+=1){t=l[r];if(v=n[typeof t]){t=v(t);if(typeof t=="string"){if(q){k[k.length]=",";k=j(k)}k=h(k);k[k.length]=t;q=true}}}f--;k=j(k);k=h(k);k[k.length]="]";return k.join("")},"boolean":function(l){return String(l)},
"null":function(){return"null"},number:function(l){return isFinite(l)?String(l):"null"},object:function(l){if(l){if(l instanceof Array)return n.array(l);var k=["{"],q,v,r,o;k=j(k);f++;for(r in l){o=l[r];if(v=n[typeof o]){o=v(o);if(typeof o=="string"){if(q){k[k.length]=",";k=j(k)}k=h(k);k.push(n.string(r),a?" : ":":",o);q=true}}}f--;k=j(k);k=h(k);k[k.length]="}";return k.join("")}return"null"},string:function(l){if(/["\\\x00-\x1f]/.test(l))l=l.replace(/([\x00-\x1f\\"])/g,function(k,q){if(k=m[q])return k;
k=q.charCodeAt();return"\\u00"+Math.floor(k/16).toString(16)+(k%16).toString(16)});return'"'+l+'"'}};Object.toJSONString=function(l,k){a=k;return n[typeof l](l)};Array.toJSONString=function(l,k){a=k;return n.array(l)}})();String.parseJSON=function(a){try{return!/[^,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t]/.test(a.replace(/"(\\.|[^"\\])*"/g,""))&&eval("("+a+")")}catch(f){return false}};var MapToolkit={version:"6.2",language:"en",location:{},getMap:function(a){return MapToolkit.maps[a]},createMap:function(a,f,h){var j=function(){if(MapToolkit.scriptsLoaded&&$DOMLoaded()){$EACH(f.scripts||[],function(n){MapToolkit.loadScript(n)});if(MapToolkit.maps[a])throw"MapToolkit already defined for div '"+a+"'";var m=$EL(a);m.style.overflow=m.style.overflow||"hidden";m.style.zIndex=m.style.zIndex||"50";MapToolkit.resizeDiv(a,false,f);m=new MapToolkit.Map(a,$CLONE(f));h&&h(m)}else{MapToolkit.resizeDiv(a,
false,f);setTimeout(j,500)}};MapToolkit.isIE6()&&!$DOMLoaded()?GEvent.addDomListener(window,"load",j):j()},host:"http://mtk2.toursprung.com",itemHost:"http://mtk2.toursprung.com",staticHost:"http://static.toursprung.com",polylineHost:"http://polyline.toursprung.com",maps:{},resizeDiv:function(a,f,h){a=$EL(a);h=h.map.size;if(a)if(f){if(this.isIE6()){MapToolkit.mapParent=a.parentNode;MapToolkit.mapParent.removeChild(a);document.getElementsByTagName("BODY")[0].appendChild(a)}a.style.position="fixed";
a.style.top="0px";a.style.left="0px";a.style.width=this.windowWidth()+"px";a.style.height=this.windowHeight()+"px"}else{if(MapToolkit.mapParent){document.getElementsByTagName("BODY")[0].removeChild(a);MapToolkit.mapParent.appendChild(a);delete MapToolkit.mapParent}a.style.position="relative";a.style.top="";a.style.left="";if(h.width&&h.height){a.style.width=h.width+"px";a.style.height=h.height+"px"}else if(h.offsetBottom){a.style.width=h.offsetRight!=null?this.windowWidth()-$OFFSETLEFT(a)-h.offsetRight+
"px":"";a.style.height=this.windowHeight()-$OFFSETTOP(a)-h.offsetBottom+"px"}}},windowHeight:function(){var a=0;if(typeof window.innerHeight=="number")a=window.innerHeight;else if(document.documentElement&&document.documentElement.clientHeight)a=document.documentElement.clientHeight;else if(document.body&&document.body.clientHeight)a=document.body.clientHeight;return a},windowWidth:function(){var a=0;if(typeof window.innerWidth=="number")a=window.innerWidth;else if(document.documentElement&&document.documentElement.clientWidth)a=
document.documentElement.clientWidth;else if(document.body&&document.body.clientWidth)a=document.body.clientWidth;return a},isIE6:function(){if(!window.navigator)return false;if(!navigator.appVersion)return false;return navigator.appVersion.match(/MSIE 6/)},isIE7:function(){if(!window.navigator)return false;if(!navigator.appVersion)return false;return navigator.appVersion.match(/MSIE 7/)},setMap:function(a,f){return MapToolkit.maps[a]=f},deleteMap:function(a){delete MapToolkit.maps[a]},classForSting:function(a){var f=
window;$EACH(a.split("."),function(h){f=f[h]});return f},toLoadJS:[],loadJS:function(a,f,h){if(f||MapToolkit.scriptsLoaded)if(MapToolkit.isIE6()&&!$DOMLoaded()){MapToolkit.loadJSCBCounter=MapToolkit.loadJSCBCounter||0;f="laodJSCB"+MapToolkit.loadJSCBCounter++;window[f]=function(){rs=this.readyState;if(!rs||rs=="loaded"||rs=="complete")h&&h()};document.write('<script type="text/javascript" src="'+a+'" onreadystatechange="'+f+'()"><\/script>')}else{f=document.createElement("script");f.type="text/javascript";
f.src=a;f.onload=f.onreadystatechange=function(){rs=this.readyState;if(!rs||rs=="loaded"||rs=="complete")h&&h()};document.getElementsByTagName("HEAD")[0].appendChild(f)}else this.toLoadJS.push(a)},loadCSS:function(a,f){var h=document.createElement("link");h.rel="stylesheet";h.type="text/css";h.href=a;if(f)h.media="print";MapToolkit.isIE6()&&!$DOMLoaded()?GEvent.addDomListener(window,"load",function(){document.getElementsByTagName("HEAD")[0].appendChild(h)}):document.getElementsByTagName("HEAD")[0].appendChild(h)},
stopEvent:function(a){if(navigator.userAgent.toLowerCase().indexOf("msie")!=-1&&document.all){window.event.cancelBubble=true;window.event.returnValue=false}else a.stopPropagation()}},MTK=MapToolkit;function $E(a,f){if(typeof a=="string")a=document.createElement(a);for(var h in f||{})if(h=="style")for(var j in style)a.style[j]=f.style[j];else a[h]=f[h];return a}function $EL(a){if(typeof a=="string")a="#"+a;return jQuery(a)?jQuery(a).get(0):a}function $EL2(a){if(typeof a=="string")a="#"+a;return jQuery(a)}function $CLASS(a){return jQuery("."+a)}function $ADD_CLASS(a,f){$EL2(a).addClass(f)}function $REMOVE_CLASS(a,f){$EL2(a).removeClass(f)}function $UPDATE(a,f){return $EL2(a).html(f)}
function $REPLACE(a,f){return $EL(a).replaceWith(f)}function $HASH(a){return{get:function(f){return a[f]},set:function(f,h){a[f]=h},unset:function(f){delete a[f]},keys:function(){var f=[];for(var h in a)f.push(h);return f},values:function(){var f=[];for(var h in a)f.push(a[h]);return f},toQueryString:function(){return jQuery.param(a)}}}function $EACH(a,f){for(var h=0;h<a.length;h++)f(a[h])}function $MAP(a,f){for(var h=[],j=0;j<a.length;j++)h.push(f(a[j]));return h}
function $GREP(a,f){return jQuery.grep(a,f)}function $AJAX(a,f){var h=f.onComplete;jQuery.ajax({type:f.method||"GET",url:a,data:f.parameters||{},complete:function(j){var m=j.getResponseHeader("X-JSON");if(m)m=String.parseJSON(m);h(j,m)}})}function $CLONE(a){return jQuery.extend(true,{},a)}function $TO_JSON(a){return Object.toJSONString(a)}function $EVAL_JSON(a){return String.parseJSON(a)}function $EXTEND(a,f){for(var h in f)a[h]=f[h];return a}
function $BLINDDOWN(a,f){return $EL2(a).slideDown(f.duration?f.duration*1E3:"slow")}function $BLINDUP(a,f){return $EL2(a).slideUp(f.duration?f.duration*1E3:"slow")}function $EVENT(a,f,h){return $EL2(a).bind(f,h)}function $VISIBLE(a){return $EL2(a).is(":visible")}function $DIMENSIONS(a){return{width:$EL2(a).width(),height:$EL2(a).height()}}function $PREVIOUS(a){return $EL2(a).prev().get(0)}function $NEXT(a){return $EL2(a).next().get(0)}
function $OPACITY(a,f){if(f==null)return a.currentStyle&&a.currentStyle.filter?a.currentStyle.filter.match(/alpha\(opacity=(.*)\)/)?parseFloat(RegExp.$1)/100:1:$EL2(a).css("opacity");else $EL2(a).css("opacity",f)}function $OFFSETTOP(a){return $EL2(a).offset?$EL2(a).offset().top:$EL(a).offsetTop}function $OFFSETLEFT(a){return $EL2(a).offset?$EL2(a).offset().left:$EL(a).offsetLeft}function $INARRAY(a,f){return jQuery.inArray(f,a)}function $ANIMATE(a,f,h,j){jQuery(a).animate(f,h,"linear",j)}
function $DOMLoaded(){return jQuery.isReady}$(function(){});var JsonRPCCounter=0,JsonRPCStore={};function setMessage(a,f){$EL(f||"message").style.display=a?"block":"none";$UPDATE(f||"message",a)}
function ajaxHelper(a){var f=a.url;delete a.url;window._callback=a.callback;delete a.callback;window._callback&&typeof window._callback=="string"&&eval("window._callback = "+window._callback);var h=window._callback;window._callback=null;var j=a.update;delete a.update;var m=a.replace;delete a.replace;if(a.method==null)a.method="get";a.onComplete=function(l,k){try{var q=l.getResponseHeader("X-Ajax-Redirect-Location");if(q)location.href=q}catch(v){}h&&h(l,k);j&&$UPDATE(j,l.responseText);m&&$REPLACE(m,
l.responseText)};a.parameters=a.parameters||{};for(var n in a.parameters)if(typeof a.parameters[n]!="string")a.parameters[n]=$TO_JSON(a.parameters[n]);return $AJAX(f,a)}
function jsonRpc(a){var f=document.createElement("script"),h="cb"+ ++JsonRPCCounter,j=a.timeout&&window.setTimeout(function(){jsonRpcCleanup(h,f);a.callback(null)},a.timeout);JsonRPCStore[h]=function(n){j&&clearTimeout(j);jsonRpcCleanup(h,f);a.callback(n)};a.parameters=a.parameters||{};for(var m in a.parameters)if(typeof a.parameters[m]!="string")a.parameters[m]=$TO_JSON(a.parameters[m]);m="&"+$HASH(a.parameters).toQueryString();f.src=a.url+"?"+(a.callbackFunctionName||"callback")+"=JsonRPCStore."+
h+m;document.getElementsByTagName("HEAD")[0].appendChild(f)}function jsonRpcCleanup(a,f){delete JsonRPCStore[a];setTimeout(function(){f.parentNode.removeChild(f)},1)}function $P(a,f){if(a!=null&&f!=null)return new GLatLng(a,f);if(typeof a=="object"){if(a[0]!=null&&a[1]!=null)return $P(a[0],a[1]);if(a.lat!=null&&a.lng!=null)return $P(a.lat,a.lng)}throw"invalid argument to $P "+a+", "+f;};MapToolkit.scriptsLoaded=false;
MapToolkit.loadScripts=function(){var a=function(){MapToolkit.location={lat:google&&google.loader.ClientLocation&&google.loader.ClientLocation.latitude,lng:google&&google.loader.ClientLocation&&google.loader.ClientLocation.longitude,country:google&&google.loader.ClientLocation&&google.loader.ClientLocation.address.country_code.toLowerCase()}},f=function(){MapToolkit.loadCSS(MapToolkit.staticHost+"/css/mtk.v"+MapToolkit.version+".css");MapToolkit.loadCSS(MapToolkit.staticHost+"/css/print.css","print");
MapToolkit.loadJS(MapToolkit.staticHost+"/libs/mtk.v"+MapToolkit.version+".js",true)};if(window.google&&google.maps){a();f()}else google.load("maps","2",{language:MapToolkit.language,callback:function(){a();f()}})};MapToolkit.loadScripts();MapToolkit.TreeMenu=function(a,f,h){var j=true;h=h||{};var m={},n=h.entry||MapToolkit.staticHost+"/static/images/treemenu/entry.png",l=h.entrySelected||MapToolkit.staticHost+"/static/images/treemenu/entry_selected.png",k=h.opened||MapToolkit.staticHost+"/static/images/treemenu/open.png",q=h.closed||MapToolkit.staticHost+"/static/images/treemenu/closed.png",v=h.loading||MapToolkit.staticHost+"/static/images/loader.gif";a=$EL(a);if(h.map){var r=a.parentNode;a.onmouseover=function(){r.clientHeight<r.scrollHeight&&
h.map.disableScrollWheelZoom()};a.onmouseout=function(){r.clientHeight<r.scrollHeight&&h.map.enableScrollWheelZoom()}}var o=function(u,e){if(typeof u.icon=="string")return u.icon;return u.icon[e]},t=function(u,e){var d=document.createElement("ul");d.className=e?"mtk-treemenu-block-first":"mtk-treemenu-block";$EACH(u,function(b){var c=document.createElement("li");if(b.name)m[b.name]=c;c.className=b.className||(b.children?"mtk-treemenu-group":"mtk-treemenu-entry");c.checked=false;if(b.disabled)c.className+=
" mtk-treemenu-disabled";if(b.visible!=null&&!b.visible)c.style.display="none";c.onmouseover=function(){c.className+=" mtk-treemenu-entry-hover mtk-treemenu-entry-selected";if(!b.children&&!b.isLoading)i.src=o(b,1);!j&&b.onmouseover&&b.onmouseover()};c.onmouseout=function(){var p=c.className;p=p.replace(/ mtk-treemenu-entry-hover/g,"");p=p.replace(/ mtk-treemenu-entry-selected/g,"");if(c.checked)p+=" mtk-treemenu-entry-selected";c.className=p;if(!b.children&&!c.checked&&!b.isLoading)i.src=o(b,0);
!j&&b.onmouseout&&b.onmouseout()};d.appendChild(c);var g=document.createElement("input");g.className="mtk-treemenu-entry-checkbox";g.type="checkbox";var i=document.createElement("img");i.className="mtk-treemenu-entry-image";i.width=16;i.height=16;if(!b.children){b.icon=b.icon||[n,l];c.onclick=function(p){p=p=="checkOnly";if(!(!j&&b.disabled)){c.checked=!c.checked;if(c.checked)c.className+=" mtk-treemenu-entry-selected";if(g)g.checked=c.checked;if(!p&&b.onclick&&(b.showLoading==null||b.showLoading)){i.src=
v;b.isLoading=true;j||b.onclick(c.checked,function(){b.isLoading=false;i.src=o(b,c.checked?1:0)})}else{i.src=o(b,c.checked?1:0);!p&&!j&&b.onclick&&b.onclick(c.checked)}}}}if(b.children){b.icon=b.icon||[q,k];var s=t(b.children);s.style.display=b.checked?"block":"none";d.appendChild(s);c.onclick=function(p){p=p=="checkOnly";if(!(!j&&b.disabled)){c.checked=!c.checked;j||(c.checked?$BLINDDOWN(s,{duration:0.1}):$BLINDUP(s,{duration:0.1}));i.src=o(b,c.checked?1:0);if(g)g.checked=c.checked;!p&&!j&&b.onclick&&
b.onclick(c.checked)}}}b.checkbox&&c.appendChild(g);i.src=o(b,0);c.appendChild(i);var w=document.createElement("span");w.className=b.checkbox?"mtk-treemenu-check-label":"mtk-treemenu-entry-label";w.innerHTML=b.title;c.appendChild(w);c.check=function(){c.onclick("checkOnly")};b.checked&&c.onclick()});return d};a.appendChild(t(f,"toplevel"));j=false;return m};MapToolkit.RestAPI=function(){function a(e,d){e[d>>5]|=128<<d%32;e[(d+64>>>9<<4)+14]=d;d=1732584193;for(var b=-271733879,c=-1732584194,g=271733878,i=0;i<e.length;i+=16){var s=d,w=b,p=c,x=g;d=h(d,b,c,g,e[i+0],7,-680876936);g=h(g,d,b,c,e[i+1],12,-389564586);c=h(c,g,d,b,e[i+2],17,606105819);b=h(b,c,g,d,e[i+3],22,-1044525330);d=h(d,b,c,g,e[i+4],7,-176418897);g=h(g,d,b,c,e[i+5],12,1200080426);c=h(c,g,d,b,e[i+6],17,-1473231341);b=h(b,c,g,d,e[i+7],22,-45705983);d=h(d,b,c,g,e[i+8],7,1770035416);g=h(g,d,b,
c,e[i+9],12,-1958414417);c=h(c,g,d,b,e[i+10],17,-42063);b=h(b,c,g,d,e[i+11],22,-1990404162);d=h(d,b,c,g,e[i+12],7,1804603682);g=h(g,d,b,c,e[i+13],12,-40341101);c=h(c,g,d,b,e[i+14],17,-1502002290);b=h(b,c,g,d,e[i+15],22,1236535329);d=j(d,b,c,g,e[i+1],5,-165796510);g=j(g,d,b,c,e[i+6],9,-1069501632);c=j(c,g,d,b,e[i+11],14,643717713);b=j(b,c,g,d,e[i+0],20,-373897302);d=j(d,b,c,g,e[i+5],5,-701558691);g=j(g,d,b,c,e[i+10],9,38016083);c=j(c,g,d,b,e[i+15],14,-660478335);b=j(b,c,g,d,e[i+4],20,-405537848);d=
j(d,b,c,g,e[i+9],5,568446438);g=j(g,d,b,c,e[i+14],9,-1019803690);c=j(c,g,d,b,e[i+3],14,-187363961);b=j(b,c,g,d,e[i+8],20,1163531501);d=j(d,b,c,g,e[i+13],5,-1444681467);g=j(g,d,b,c,e[i+2],9,-51403784);c=j(c,g,d,b,e[i+7],14,1735328473);b=j(b,c,g,d,e[i+12],20,-1926607734);d=m(d,b,c,g,e[i+5],4,-378558);g=m(g,d,b,c,e[i+8],11,-2022574463);c=m(c,g,d,b,e[i+11],16,1839030562);b=m(b,c,g,d,e[i+14],23,-35309556);d=m(d,b,c,g,e[i+1],4,-1530992060);g=m(g,d,b,c,e[i+4],11,1272893353);c=m(c,g,d,b,e[i+7],16,-155497632);
b=m(b,c,g,d,e[i+10],23,-1094730640);d=m(d,b,c,g,e[i+13],4,681279174);g=m(g,d,b,c,e[i+0],11,-358537222);c=m(c,g,d,b,e[i+3],16,-722521979);b=m(b,c,g,d,e[i+6],23,76029189);d=m(d,b,c,g,e[i+9],4,-640364487);g=m(g,d,b,c,e[i+12],11,-421815835);c=m(c,g,d,b,e[i+15],16,530742520);b=m(b,c,g,d,e[i+2],23,-995338651);d=n(d,b,c,g,e[i+0],6,-198630844);g=n(g,d,b,c,e[i+7],10,1126891415);c=n(c,g,d,b,e[i+14],15,-1416354905);b=n(b,c,g,d,e[i+5],21,-57434055);d=n(d,b,c,g,e[i+12],6,1700485571);g=n(g,d,b,c,e[i+3],10,-1894986606);
c=n(c,g,d,b,e[i+10],15,-1051523);b=n(b,c,g,d,e[i+1],21,-2054922799);d=n(d,b,c,g,e[i+8],6,1873313359);g=n(g,d,b,c,e[i+15],10,-30611744);c=n(c,g,d,b,e[i+6],15,-1560198380);b=n(b,c,g,d,e[i+13],21,1309151649);d=n(d,b,c,g,e[i+4],6,-145523070);g=n(g,d,b,c,e[i+11],10,-1120210379);c=n(c,g,d,b,e[i+2],15,718787259);b=n(b,c,g,d,e[i+9],21,-343485551);d=l(d,s);b=l(b,w);c=l(c,p);g=l(g,x)}return Array(d,b,c,g)}function f(e,d,b,c,g,i){return l(k(l(l(d,e),l(c,i)),g),b)}function h(e,d,b,c,g,i,s){return f(d&b|~d&c,
e,d,g,i,s)}function j(e,d,b,c,g,i,s){return f(d&c|b&~c,e,d,g,i,s)}function m(e,d,b,c,g,i,s){return f(d^b^c,e,d,g,i,s)}function n(e,d,b,c,g,i,s){return f(b^(d|~c),e,d,g,i,s)}function l(e,d){var b=(e&65535)+(d&65535);return(e>>16)+(d>>16)+(b>>16)<<16|b&65535}function k(e,d){return e<<d|e>>>32-d}function q(e){for(var d=Array(),b=(1<<u)-1,c=0;c<e.length*u;c+=u)d[c>>5]|=(e.charCodeAt(c/u)&b)<<c%32;return d}function v(e){for(var d=t?"0123456789ABCDEF":"0123456789abcdef",b="",c=0;c<e.length*4;c++)b+=d.charAt(e[c>>
2]>>c%4*8+4&15)+d.charAt(e[c>>2]>>c%4*8&15);return b}function r(e){return v(a(q(e),e.length*u))}function o(e,d){var b=e.role?"#"+e.role:"",c=e.password||"";ajaxHelper({url:MapToolkit.host+"/rest/time",parameters:{},callback:function(g){g=c&&parseInt(g.responseText/1E3);e.parameters.api_key=""+e.api_key+b;e.parameters.token=r(e.api_key+c+g);e.url=e.url+"/"+d;e.parameters=e.parameters||{};jsonRpc(e)}})}var t=0,u=8;return{get:function(e){o(e,"get")},post:function(e){o(e,"post")},put:function(e){o(e,
"put")},"delete":function(e){o(e,"delete")}}}();MapToolkit.language="de";
MapToolkit.i18n={"":"",bremen_routes:"Bremen Routes",mp_aerokurier_vereine:"Vereine","oew menu: Walking routes":"Wanderrouten","maptype hybrid short":"Hybrid",oewstate:"OEW - The Austrian 9 Regions",editor_verticesControl:"Draw route",mp_reiten:"Reittouren",oew_abcn_bestof:"ABCN - Best of Austria",wlan_hotspots:"WLAN Hotspots",wandern_com_routes:"wandern.com Routen","maptype roadmap short":"Roadmap","oew menu: holiday tips":"Urlaubstipps",skuhn_bikepark:"Bikepark",skuhn_hotels:"Unterk\u00fcnfte",sentres_info:"Sentres.com Info",
"maptype: map":"KARTE","oew menu: Cross-country skiing":"Langlaufen","oew menu: The Nine Regions":"Die 9 Bundesl\u00e4nder ",editor_beginRoute:"Click to add a point",tiscover:"Tiscover Hotels","oew menu: Family Austria":"Family Austria","maptype terrain":"Terrain",weather:"Wetter",bremen_pois:"Bremen POIs","menu: Photos":"Fotos","maptype terrain short":"Terrain","menu: ISki":"Skigebiete",mp_wandern:"Wandertouren","oew menu: food & drink":"Gastronomie",bikemap2:"Bikemap Routen",oewkulinarikblog:"OEW - Kulinarik Blog",
wandermap2:"Wandermap Routen",mp_promobil:"Prombil-Stellpl\u00e4tze",oewstuff:"OEW - Redaktionelle POIs",oewwanderdoerfer:"OEW - Wanderdorfrouten",rh_hotels:"Hotel",skuhn_tourist_info:"Tourist-Information",wandern_com_destination:"Ausflugsziele","menu: Articles":"Urlaubstipps",biketrap:"Radfalle.de",wetter_com:"Weather (by Wetter.com)",rh_winzer:"Weingut/Winzer",bikemap:"Bikemap Routen",address:"address","oew menu: Culniary tips":"Kulinarische Tipps","menu: Our Top Picks":"Best of Austria",skuhn_bustop:"BusTOP europe",
oew_bestof_gastronomie:"OEW - food & drink",mp_motorrad_filialen:"Louis-Shops",oewads:"OEW - Holiday Offers",biodiesel:"Biodiesel Tankstellen","oew menu: Restaurants":"Restaurants","oew menu: Brochures":"Prospekte",oetztal_bergseen:"Bergseen","oew menu: Current Weather ":"Aktuelles Wetter","menu: Hotels":"Hotels","location search":"Address Search","oew menu: Upper Austria":"Ober\u00f6sterreich","oew menu: localise me":"lokalisiere mich",oew_abcn_venues:"ABCN - Venues",oewbrochure:"OEW - Brochures",
gqmsbounds:"GQ Strassen",wandern_com_gastronomy:"Restaurants","oew menu: Biking routes":"Radrouten","oew abcn menu: Editor's Reviews":"Tipps der Redaktion",skuhn_alpenpaesse:"Alpenp\u00e4sse","menu: Lovo":"Tipps von Lovo",cmt_route:"CheckMyTour Routes","maptype satellite short":"Satellite",oewiski:"OEW - ISki",sentres_pois:"Sentres.com POIs","oew menu: Eating & Drinking":"Essen und Trinken","oew menu: Walkingmap.net":"Wandermap.net",fulltext:"Fulltext",oew_bestof_kultur:"OEW - Culture","oew menu: Activities & Experiences":"Aktivit\u00e4ten & Erlebnisse",
mp_rennrad:"Rennradtouren",gqprojects:"GQ Projecte","maptype satellite":"Satellite","oew menu: Fishing in Austria ":"Fischwasser Austria","oew menu: 100 Towns & Cities":"100 St\u00e4dte",ns_tour:"TMN Tour",jugendherbergen:"Jugendherbergen","oew menu: Salzburg":"Salzburg","menu: Freewave Hotspots":"Freewave Hotspots",ns_fahrradvermieter:"TMN Fahrrad Vermieter","maptype opencyclemap short":"OSM Cycle",skuhn_bikespot:"Bikespot",fullscreen_on:"Vollbild ein",gqmsarea:"GQ Bezirke",oewknowhow:"OEW - Wissensbasis",
suncompany:"Sun Company",ns_cmsarticle:"TMN CMSArticle",oetztal_webcams:"Webcams",skuhn_alpenvereinshuette:"Alpenvereinsh\u00fctte","menu: Wanderdoerfer":"Routen der Wanderd\u00f6rfer",sentres_photo:"Sentres.com Photos","oew menu: Carinthia":"K\u00e4rnten",mopedmap2:"Mopedmap Routen",oew_media:"OEW - Media",mp_motorrad_haendler:"Motorradh\u00e4ndler",wandern_com_tour:"Wandertouren","oew abcn menu: Venues":"Venues",mp_reisereportagen:"Reise Reportagen","menu: Bike Routes":"Radrouten",skuhn_campingplatz:"Campingplatz",
oew_abcn_article:"ABCN - Our Top Picks",mp_tourwerk_test:"Tourwerk Test","fullscreen: on":"VOLLBILD EINSCHALTEN","menu: Brochures":"Prospekte",drmap_ratings:"Bewertungen","menu: Holiday Offerts":"Urlaubsangebote","maptype: openstreetmap":"OPEN STREET MAP",gqmsroutes:"GQ Routen","oew menu: Where to in Austria? ":"Wohin in \u00d6sterreich?",oetztal_regionen:"Regionen",fullscreen_off:"Vollbild aus",skuhn_touren:"Touren & Trails",ns_eventlocation:"TMN Eventlocation","oew menu: Attractions":"Sehensw\u00fcrdigkeiten",
workshop:"Werkst\u00e4tten (nur de)","oew abcn menu: Best of Austria":"Ausgew\u00e4hlte Locations","menu: Culinary Weblog":"Kulinarisch-Reisen-Blog",mp_motorrad_bikertreffs:"Bikertreffs",humidity:"Luftfeuchtigkeit",servustv_routes:"ServusTV Routes","menu: close":"SCHLIESSEN","oew menu: Burgenland":"Burgenland",youtube:"YouTube Videos",mp_klettern:"Klettertouren",webcams:"Webcams",ns_offer:"TMN Offer",runmap2:"Runmap Routen",oetztal_orte:"Orte",runmap:"Runmap Routen","maptype: opencyclemap":"OPEN CYCLE MAP",
editor_editVertex:"Click to delete point<br/>Drag to move point",ubimet:"Weather (by Ubimet)",hrs:"HRS Hotels",temperature:"Temperatur","oew menu: Riding in Austria":"Reitarena Austria",oetztal_huettenalmen:"H\u00fctten/Almen","oew menu: Ski resorts":"Skigebiete",gqmspoi:"GQ POIs","oew menu: Lower Austria":"Nieder\u00f6sterreich",editor_editRoute:"Click on the line to add a new point",ls_treadly_routes:"treadly.com routes",oewarticle:"OEW - Holiday Tips","oew menu: Nightlife":"Nachtleben","oew menu: culture":"Kultur",
oetztal_wandern:"Wandern","fullscreen: off":"VOLLBILD AUSSCHALTEN",cmt_poi:"CheckMyTour POIs",mp_motorrad_shell:"Shell-Tankstellen","oew menu: Tyrol":"oew menu: Tyrol",mp_mountainbike:"Mountainbiketouren",oetztal_gipfelaussicht:"Gipfel/Aussichtsberge","oew menu: Editor's Reviews":"Tipps der Redaktion",address_not_found:"Adresse nicht gefunden!",mp_laufstrecken:"Laufstrecken","km<br />von&nbsp;hier&nbsp;entfernt ":"km<br />von&nbsp;hier&nbsp;entfernt ",oewlandingpages:"OEW - Landingpages",oewbestof:"OEW - Best of Austria",
"oew menu: Austria's walking villages":"\u00d6sterreichs Wanderd\u00f6rfer","oew menu: or":"oder","nested message key":"nested message key","oew menu: Golf in Austria ":"Golf in Austria","oew menu: Accommodation":"Unterk\u00fcnfte","oew menu: Holiday specialists":"Urlaubsspezialisten",inlinemap2:"Inlinemap Routen","oew menu: Small historic towns":"Kleine Historische St\u00e4dte",skuhn_bikeshop:"Bikeshop / -verleih",wandermap:"Wandermap Routen","oew menu: Photos":"Fotos",oetztal_wegpunkte:"Wegpunkte",
cmt_route_test:"CheckMyTour Test Routes","menu: Search Hint":"Beispiel:<br />\u201cWien\u201d oder \u201cMozart Platz, Salzburg\u201d","oew menu: Hotels & Casinos Austria":"Hotels & Casinos","oew menu: Qype.com":"Qype.com",eybl_routes:"Eybl Routes","maptype: satellite":"SATELLIT",oew_brochure2:"OEW - Br. f. States","oew menu: Art & Culture":"Kunst & Kultur","menu: Weather":"Aktuelles Wetter",skuhn_alpenhuetten:"Alpenh\u00fctten","oew menu: Holidays in Austria":"Urlaub in \u00d6sterreich","maptype roadmap":"Roadmap",
motorpresse:"Motorpresse.de",wandern_com_pois:"wandern.com POIs",panoramio:"Panoramio Fotos","oew menu: Free WIFI":"WLAN-Hotspots",rh_appartements:"Ferienwohnung",cmt_poi_test:"CheckMyTour Test POIs",editor_waypointsControl:"Draw route following roads (magnetic tool)","menu: Live Webcams":"Live Webcams","menu: Zoom in to Desination":"Reiseziel suchen","oew menu: Vorarlberg":"Vorarlberg",mamilade:"Ausflugstipps","oew abcn menu: Where to in Austria?":"Entdecke \u00d6sterreich","menu: Qype":"Restaurants (Qype.at)",
mp_tourwerk:"Tourwerk","oew menu: Walking & Hiking":"Wanderd\u00f6rfer",oew_bestof_unterkuenfte:"OEW - Accommodation",mopedmap:"Mopedmap Routen",eybl_pois:"Eybl POIs",mtbmagazin:"MTB-magazin.de","oew menu: Styria":"Steiermark","maptype hybrid":"Hybrid","maptype: satellite with labels":"HYBRID",mp_tourentipps:"Tourentipps",mp_motorrad_vartaguide:"Hotels",mp_motorrad:"Motorrad","oew menu: Health & Spa Austria":"Schlank & Sch\u00f6n",wr_routes:"Weisser Riese Routes",freewave:"Freewave Hotspots",oewclusters:"Eintr\u00e4ge",
"Wetterstation&nbsp;":"Wetterstation&nbsp;",oetztal_rad:"Rad","oew menu: special recommendations":"Besondere Empfehlungen","menu: Explore Austria":"\u00d6sterreich entdecken","oew menu: Vienna":"Wien","oew menu: accommodation":"Unterk\u00fcnfte","oew menu: Caf\u00e9s":"Caf\u00e9s",ns_addressbase:"TMN Addressbase",wikipedia:"Wikipedia Artikel",mp_laufevents:"Laufevents (Filter unten)","menu: Wikipedia":"Wikipedia",sentres_routes:"Sentres.com Routes","oew menu: experiences":"Erlebnisse","oew menu: Best of Austria":"Best of \u00d6sterreich",
"fulltext search":"Fulltext Search","maptype opencyclemap":"Open Cycle Map","Weatherstation&nbsp;":"Wetterstation&nbsp;","oew menu: Shopping":"Shopping",oew_winzer:"OEW - Winzer",mp_kletterhallen:"Kletterhallen",oew_bestof_erlebnisse:"OEW - Experiences","maptype openstreetmap short":"OSM","km<br />away&nbsp;from&nbsp;here ":"km<br />von&nbsp;hier&nbsp;entfernt ","oew menu: Naturidyll Hotels":"Naturidyllhotels","maptype openstreetmap":"Open Street Map",more:"Mehr",wlanmap:"wlanmap.com",mp_stellplatz:"<i>promobil</i>-Stellpl\u00e4tze",
search:"Suche",servustv_pois:"ServusTV POIs","oew menu: Kinderhotels ":"Kinderhotels",clusters_naming:"Eintr\u00e4ge","oew menu: MTB Holidays":"Mountain Bike Holidays",oew_abcn_brochure:"ABCN - Brochures",osm:"OpenStreetMap Punkte",bauernbund:"Bauernbund-B\u00fcros",editor_continueRoute:"Continue route",inlinemap:"Inlinemap Routen","oew menu: Useful Information":"N\u00fctzliche Informationen",location:"Adresse","oew menu: Live Webcams":"Live Webcams",rh_infoseiten:"Infoseiten",upload_uploadControl:"Upload a KML or GPX File",
"menu: The 9 Regions":"Die 9 Bundesl\u00e4nder",wr_pois:"Weisser Riese POIs",mp_motorrad_test:"Motorrad Test","oew menu: Accommodation (Tiscover) ":"Unterk\u00fcnfte (Tiscover)","oew menu: Tirol":"Tirol",flickr:"Flickr Fotos","menu: Hike Routes":"Wanderrouten","maptype: terrain":"GEL\u00c4NDE",drmap_created_by:"erstellt von",bestfewo:"Ferienwohnungen (nur de)",wandern_com_accommodation:"Quartiere",oetztal_sportfun:"Sport/Fun",skuhn_bergbahn:"Bergbahn",qype:"qype.com",wandern_com_city:"Orte",oetztal_kulturelles:"Sehenswertes/Kulturelles",
wandern_com_housing:"Gastgeber","menu: open":"\u00d6FFNEN","oew menu: Holiday deals":"Urlaubsangebote",oew_abcn_brochure2:"ABCN - Br. f. States",lovo:"Lovo.cc","oew menu: Lovo.cc":"Lovo.cc"};

