TEST - Abenteuer


TEST - Fortgeschritten


ein Osterei

Gewinnspiel Template

Gewinnspiel Template

Zu deiner Information, selbstverständlich gehen wir mit deinen Daten sorgfältig um. Mehr Details dazu findest du in unserem Datenschutzpräferenzcenter.

Keinen Trend versäumen? Unser Newsletter.

ein Osterei
ein Osterei
ein Osterei
Tipps und Tricks für dein nächstes Skiabenteuer
 
Promocodes, Gewinnspiele und vieles mehr!
 
Infos zu den neusten Trends
 

\
Ihre Anfrage wird bearbeitet...
\
'; //mxjQuery('body').append(pleaseWaitMarkup); }); } function loadScript(url, filetype, callback) { var script; if (filetype == "js") { script = document.createElement("script") script.type = "text/javascript"; script.src = url; } else { script = document.createElement("link"); script.rel = "stylesheet"; script.type = "text/css"; script.href = url; } if (script.readyState) { //IE script.onreadystatechange = function () { if (script.readyState == "loaded" || script.readyState == "complete") { script.onreadystatechange = null; callback(); } }; } else { //Others script.onload = function () { callback(); }; } document.getElementsByTagName("head")[0].appendChild(script); } function jqueryCallback() { if (jQueryLoaded) mxjQuery = jQuery.noConflict(); jqueryUICallback(); } if (typeof mxjQuery == 'undefined') { jQueryLoaded = true; if (window.addEventListener) { window.addEventListener("load", function (event) { loadScript("https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js", "js", jqueryCallback); }); } else { window.attachEvent("onload", function (event) { loadScript("https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js", "js", jqueryCallback); }); } } var currentId = 0; var companionCount = 0; function HideCompanion(divId) { mxjQuery('#linkAddCompanion').slideDown(100); mxjQuery('#' + divId).slideUp(500, function () { var lastVisibleItem = mxjQuery('#companions >div:visible').filter(':last'); companionCount = companionCount - 1; if (lastVisibleItem.length > 0) { lastVisibleItem.after($(this)); mxjQuery('#companions > div').each(function () { var currentElementId = $(this).attr('id'); var newElementId = 'companion' + currentId; if (currentElementId != newElementId) { $(this).find('.label > span').text(currentId + 1); $(this).attr('id', newElementId); $(this).find('[id$="' + currentElementId + '"], [for$="' + currentElementId + '"]').each(function () { var $this = $(this); $this.attr('id', $this.attr('id').replace(currentElementId, newElementId)); if (typeof $this.attr('for') != 'undefined') $this.attr('for', $this.attr('for').replace(currentElementId, newElementId)); }); } currentId = currentId + 1; }) currentId = 0; } }); } function ShowCompanion() { var companions = mxjQuery('#companions >div'); companions.each(function (index, item) { var companion = $(item); if (companion.is(':hidden')) { companion.slideDown(500); companionCount = companionCount + 1; if (index == companions.length - 1) { mxjQuery('#linkAddCompanion').slideUp(100); } return false; } }); }