<script type="text/javascript">
do***ent.write('<script src="http://parkingcrew.net/jsparkcaf.php?regcn=243142&_v=2&_h=' + encodeURIComponent(location.host) + '&_t=' + (new Date().getTime()) + '" type="text/javascript">' + 'ipt>');
</script>
<script type="text/javascript">
function showPolicy() {
policywnd = window.open('http://www.parkingcrew.net/privacy.html', 'pcrew_policy', 'width=890,height=330,left=200,top=200,menubar=no,status=yes,toolbar=no');
policywnd.focus();
}
</script>
<script type="text/javascript">
const replacementLink = 'namecheap.com';
const host = do***ent.location.host.replace('www.', '');
function replaceUtmSource(source) {
return source.replace('utm_source=parkingpage', 'utm_source=' + host);
}
for (const link of Array.from(do***ent.getElementsByTagName('a'))) {
const dataHrefValue = link.getAttribute('data-href');
if (dataHrefValue && dataHrefValue.includes(replacementLink)) {
link.setAttribute('data-href', replaceUtmSource(dataHrefValue));
continue;
}
const hrefValue = link.getAttribute('href');
if (hrefValue && hrefValue.includes(replacementLink)) {
link.setAttribute('href', replaceUtmSource(hrefValue));
continue;
}
}
</script>