Teilen Sie unsere Details – CSP

Schlafstörungen nehmen zu und wir möchten unsere Kunden ermutigen, unsere Daten mit allen Freunden oder Familienmitgliedern zu teilen, die von unseren Dienstleistungen profitieren könnten. Wenn Sie jemanden kennen, der auf der Suche nach verschreibungsfreien Medikamenten gegen Schlaflosigkeit, Angstzustände oder Schmerzen ist, ist es an der Zeit, ihm zu zeigen, wie sehr Sie sich für ihn interessieren.

Urheberrechte © © 2026 cheapsleepingpills.uk. Alle Rechte vorbehalten

<!—->

$(‚ul.nav li.dropdown‘).hover(function() {

$(this).find(‚.dropdown-menu‘).stop(true, true).delay(200).fadeIn(500);

}, function() {

$(this).find(‚.dropdown-menu‘).stop(true, true).delay(200).fadeOut(500);

});

function addnewsletter() {

flag = 1;

var e = $(„#newsemail“).val();

if („“ == e ? ($(„#newsemailErr“).css(„color“, „red“), $(„#newsemailErr“).html(„Ihre E-Mail-Adresse“), $(„#newsemailErr“).show(), flag = 0) : validateNEmail(e) || ($(„#newsemailErr“).css(„color“, „red“), $(„#newsemailErr“).html(„Ihre E-Mail-Adresse“), $(„#newsemailErr“).show(), flag = 0), 1 == flag) {

$(„#newsemailErr“).html(„“);

var a = „email=“ + e;

$.ajax({

type: „POST“,

url: „ajax/ajax_newsletter.php“,

data: a,

success: function (e) {

$(„#newsemailErr“).html(e), $(„#newsemail“).val(„“)

}

})

}

}

function validateNEmail(e) {

return /^(([^()[]\.,;:s@“]+(.[^()[]\.,;:s@“]+)*)|(„.+“))@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}])|(([a-zA-Z-0-9]+.)+[a-zA-Z]{2,}))$/.test(e)

}

$(document).on(‚change‘, ‚.lang‘, function () {

var lang = $(this).val();

var url2 = „share-our-details.html“;

$.ajax({

url: „https://cheapsleepingpills.uk/ajax/ChangeLang.php“,

type: „POST“,

crossDomain: true,

data: { to_lang: lang, url: url2 }

}).done(function (result) {

window.location.href = result;

})

});

$(document).on(‚change‘, ‚.selcurrency‘, function () {

var currencyLabel = $(this).val();

$.ajax({

url: „https://cheapsleepingpills.uk/ajax/ChangeCurrency.php“,

type: „POST“,

crossDomain: true,

data: { currencyLabel: currencyLabel }

}).done(function (result) {

location.reload();

})

});

$(document).ready(function () {

$(window).scroll(function () {

if ($(this).scrollTop() > 1) {

$(‚header‘).addClass(„sticky“);

} else {

$(‚header‘).removeClass(„sticky“);

}

});

});

$(document).ready(function () {

$(„#toTop“).hide();

$(window).scroll(function () {

if ($(this).scrollTop() > 50) {

$(‚#toTop‘).fadeIn();

} else {

$(‚#toTop‘).fadeOut();

}

});

/*scroll body to 0px on click*/

$(‚#toTop‘).click(function () {

$(‚#toTop‘).tooltip(‚hide‘);

$(‚body,html‘).animate({

scrollTop: 0

}, 800);

return false;

});

$(‚#toTop‘).tooltip(’show‘);

});

$(„.table_content_area ul li a“).click(function (event) {

event.preventDefault();

$(‚html,body‘).animate({ scrollTop: $(this.hash).offset().top – 80 }, 1000);

});

$(document).on(‚change‘, ‚#selcurrency‘, function () {

var currencyLabel = $(this).val();

$.ajax({

url: „https://cheapsleepingpills.uk/ajax/change-currency.php“,

type: „POST“,

crossDomain: true,

data: { currencyLabel: currencyLabel }

}).done(function (result) {

location.reload();

})

});

$(document).ready(function(e) {

$(„.navbar-toggle“).click(function() {
$(this).toggleClass(„close_menu“);
})

$(„.menu-dropspan“).click(function () {
const $currentUl = $(this).next(„ul.drop1_list“);
const isAlreadyActive = $currentUl.hasClass(„displ_block“);
$(„ul.drop1_list“).removeClass(„displ_block“);
$(„.navbar-nav-li“).removeClass(„after_nv“);
if (!isAlreadyActive) {
$currentUl.addClass(„displ_block“);
$(this).closest(„.navbar-nav-li“).addClass(„after_nv“);
}
});

});

var onWebChat={ar:[], set: function(a,b){if (typeof onWebChat_===’undefined‘){this.ar.

push([a,b]);}else{onWebChat_.set(a,b);}},get:function(a){return(onWebChat_.get(a));},

w:(function(){ var ga=document.createElement(’script‘); ga.type = ‚text/javascript‘;

ga.async=1;ga.src=(‚https:’==document.location.protocol?’https:‘:’http:‘) +

‚//www.onwebchat.com/clientchat/b59fd9a4ef76402ef867ab8e74cc31d6′;var s=

document.getElementsByTagName(’script‘)[0];s.parentNode.insertBefore(ga,s);})()}

.social-media ul li span {

width: 32px;

height: 32px;

text-align: center;

margin-right: 6px;

display: inline-block;

border-radius: 50%;

}

li.instagram-so span {

background: #b90000;

}

li.instagram-so span i {

font-size: 20px;

line-height: 32px;

color: #fff;

}

li.tiktok span {

background: #000;

line-height: 44px;

}

li.linktree span {

background: green;

line-height: 44px;

}

.social-media ul li {

display: block;

margin: 5px 0;

}

$(„#myform“).validate({

rules: {
referfirstname: {
required: true
},
referlastname: {
required: true
},

referemail: {
required: true,
email: true
},
theiremail: {
required: true,
email: true
},

},

messages: {
referfirstname: {
required: „Gib deinen Namen ein“
},
referlastname: {
required: „Gib deinen Namen ein“
},

referemail: {
required: „E-Mail Adresse eingeben“
},
theiremail: {
required: „E-Mail Adresse eingeben.“
},

},

submitHandler: function(frm) {

frm.submit();

}

}
);

.whatsapp-float {
position: fixed;
bottom: 30px;
right: 30px;
z-index: 9999;
display: flex;
align-items: center;
gap: 10px;
cursor: pointer;
text-decoration: none;
animation: wa-bounce 2s infinite;
}
.whatsapp-float .wa-bubble {
background: #25D366;
border-radius: 50px;
padding: 12px 20px 12px 14px;
display: flex;
align-items: center;
gap: 10px;
box-shadow: 0 4px 20px rgba(37,211,102,0.45);
transition: transform 0.2s, box-shadow 0.2s;
}
.whatsapp-float .wa-bubble:hover {
transform: scale(1.07);
box-shadow: 0 6px 28px rgba(37,211,102,0.6);
}
.whatsapp-float svg { flex-shrink: 0; }
.whatsapp-float .wa-text {
color: #fff;
font-family: Arial, sans-serif;
font-size: 14px;
font-weight: 700;
line-height: 1.3;
white-space: nowrap;
}
.whatsapp-float .wa-text small {
display: block;
font-weight: 400;
font-size: 11px;
opacity: 0.88;
}
@keyframes wa-bounce {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-6px); }
}


Copyright © 2026 cheapsleepingpills.uk. All rights reserved