<!-- 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;
bk_addPageCtx('bk_url_1', document.location.href);
bk_addPageCtx('bk_url_2', document.location.href);
bk_addPageCtx('bk_pathname_1', document.location.pathname);
bk_addPageCtx('bk_pathname_2', document.location.pathname);
bk_addPageCtx('bk_querystring_1', document.location.search);
bk_addPageCtx('bk_querystring_2', document.location.search);
bk_addPageCtx('bk_domain', document.domain);
// Send Data
BKTAG.doTag(78345, 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>
<!-- End BlueKai Tag -->