$(document).ready(function() { $("body").append("
"); $("body").append("

Herzlich Willkommen

Wir nutzen Cookies auf unserer Website. Einige von ihnen sind essenziell, während andere uns helfen, diese Website und Ihre Erfahrung zu verbessern.

Diese Website gehört zu unserer Toxy-Familie toxy.de, trimbobil.net, toxy-liegerad.de, liegerad-shop.de, tandem-trike.com und es werden online Bilder und News von diesen Quellen geladen.

Welcome to our website

We use cookies on our website. Some of them are essential, while others help us improve this website and your experience.

This website is part of our Toxy family toxy.de, trimbobil.net, toxy-liegerad.de, liegerad-shop.de, tandem-trike.com and online pictures and news are loaded from these sources.

English Deutsch
"); const queryString = window.location.search; const urlParams = new URLSearchParams(queryString); if(urlParams.get('do')=="KabimbaGetPopup") { $("body").append("
"); $("body").append("

Herzlich Willkommen

Wir nutzen Cookies auf unserer Website. Einige von ihnen sind essenziell, während andere uns helfen, diese Website und Ihre Erfahrung zu verbessern.

Diese Website gehört zu unserer Toxy-Familie toxy.de, trimbobil.net, toxy-liegerad.de, liegerad-shop.de, tandem-trike.com und es werden online Bilder und News von diesen Quellen geladen.

Welcome to our website

We use cookies on our website. Some of them are essential, while others help us improve this website and your experience.

This website is part of our Toxy family toxy.de, trimbobil.net, toxy-liegerad.de, liegerad-shop.de, tandem-trike.com and online pictures and news are loaded from these sources.

English Deutsch
"); } }); $(document).ready(function() { $( "iframe" ).each(function() { if( $( this ).attr("src").includes("http") ) { if( $( this ).attr("src").includes("youtube") ) { $( this ).attr('src',"kabimba_layouts/trimobil/module/kabimba_cookie/BlockedContent.html"); } if( $( this ).attr("src").includes("google") && $( this ).attr("src").includes("map") ) { $( this ).attr('src',"kabimba_layouts/trimobil/module/kabimba_cookie/BlockedContent.html"); } } else { } }); $("body").append("
Meine Cookie-Einstellungen bearbeiten/ Edit My Cookie Settings
"); }); function KabimbaGetPopup() { // REM: This Functions twin in BlockedContent.html // !!! eccept: post to: PathToKabimbaCookie var data = new Array(); data.push({name: "do", value: "KabimbaGetPopup" }); data.push({name: "L", value: "de" }); console.log(data); $.post("kabimba_cookie/KabimbaCookie.js.php", data , function (response) { console.log(response); $(".KabimbaCookieBg,.KabimbaCookiePopup").remove(); $("body").append("
"); $("body").append("
"+response+"
"); }); } function KabimbaCookiePopupL(L) { if(L=="de") { $(".KabimbaCookieText").addClass("hidden"); $(".KabimbaCookieText.de").removeClass("hidden"); } if(L=="en") { $(".KabimbaCookieText").addClass("hidden"); $(".KabimbaCookieText.en").removeClass("hidden"); } } function KabimbaCookieStoreSettings(all) { var data = new Array(); var data = $("#KabimbaCookieStoreSettings").serializeArray(); data.push({name: "do", value: "KabimbaCookieStoreSettings" }); data.push({name: "all", value: all }); console.log(data); $.post("kabimba_cookie/KabimbaCookie.js.php", data , function (response) { console.log(response); $(".KabimbaCookieBg,.KabimbaCookiePopup").remove(); window.location.href = window.location.href.split('?')[0]; }); }