var domain = punycode.toUnicode(window.location.hostname); document.title = domain; var p=new RegExp(".no$"); var i = p.test(window.location.hostname); var pt,d; if(i) { pt = "Dette domenet er parkert hos:"; d = "domeneshop.no"; } else { pt = "This domain is parked with:"; d = "domainnameshop.com"; } document.write('');            document.write(punycode.toUnicode(window.location.hostname));    document.write(pt);      document.getElementById('link').setAttribute('href', 'http://web.archive.org./web/20150403200842/https://www.'+d+'/'); document.getElementById('im').setAttribute('alt', 'http://web.archive.org./web/20150403200842/https://www.'+d+'/');