重要【火曜日コースの方へ】11/28(水)は早めのご注文をお願いします

2018年11月27日

11/28(水)13:00の注文締切時間間際は、ご注文の集中によりサイトが遅くなる懸念がございます。
恐れ入りますが、12月1回のご注文は時間に余裕をもって、早めにお願いいたします。

 

2018年11月 27日(火) 16:25掲載

window.addEventListener('load',function() { const links = document.getElementsByTagName('a'); const listener = function(e) { const xdomain = ['pal-system.co.jp', 'pal-system.coop', 'pal.or.jp', 'info.pal-system.co.jp']; if (typeof URLSearchParams === 'undefined') return; if (!e.target.href) return; if (!xdomain.some(function(value) { return e.target.hostname.indexOf(value) !== -1})) return ; const params = new URLSearchParams((new URL(window.location)).search.slice(1)); const yclid = params.get('yclid'); if (yclid) { let lurl = new URL(e.target.href); let lparam = new URLSearchParams(lurl.search.slice(1)); lparam.set('yclid', yclid); lurl.search = lparam.toString(); e.target.href = lurl.toString(); } }; for (let i = 0; i< links.length; i++) links[i].addEventListener('click', listener); });