<!-- Begin BlueKai Site Optimisation Tag -->
<script type="text/javascript">
var script = document.createElement('script');
script.src = '//tags.bluekai.com/site/46095?ret=js&limit=1'; script.async = true;
document.head.appendChild(script);
</script>
<!-- End BlueKai Tag Site Optimisation Tag -->
<!-- insert at top of <body> ideally - anywhere in <body> is okay-->
<!-- Begin BlueKai Tag -->
<script type="text/javascript">
window.bk_async = function() {
// ALLOW MULTIPLE CALLS/SINGLE PAGE APPS
bk_allow_multiple_calls=true; bk_use_multiple_iframes=true;
// Declare URL multiple times for filtering
bk_addPageCtx('url_1', document.location.href);
bk_addPageCtx('url_2', document.location.href);
bk_addPageCtx('url_3', document.location.href);
bk_addPageCtx('domain_1', document.domain);
bk_addPageCtx('domain_2', document.domain);
bk_addPageCtx('domain_3', document.domain);
bk_addPageCtx('pathname_1', document.location.pathname);
bk_addPageCtx('pathname_2', document.location.pathname);
bk_addPageCtx('pathname_3', document.location.pathname);
bk_addPageCtx('query_string_1', document.location.search);
bk_addPageCtx('query_string_2', document.location.search);
bk_addPageCtx('query_string_3', document.location.search);
// Send Data
BKTAG.doTag(CHANGE TO YOUR CONTAINER ID, 4); // change "ENTER CONTAINER ID HERE" to the container ID/Site ID you want to use
};
(function() {
var scripts = document.getElementsByTagName('script')[0];
var s = document.createElement('script');
s.async = true;
s.src = "//tags.bkrtx.com/js/bk-coretag.js";
scripts.parentNode.insertBefore(s, scripts);
}());
</script>