<!--INSIGHTGRIT NS TAG START-->
var ref = window.document.referrer;
if (ref.length > 0)
{ 	ref = ref.toLowerCase();
ref = ref.replace("http://", "");
ref = ref.replace("https://", "");
var rlen = ref.indexOf("/");
if (rlen > 0)
ref = ref.substring(0, rlen)
if (document.URL.indexOf(ref) < 1)
{
var s = "http"+(document.URL.indexOf('https:')==0?'s':'')+"://app.insightgrit.com/1/nat?id=65147624357&ref="+window.document.referrer.replace(/&/g, '|@@|')+"&z="+Math.floor(Math.random()*999999)+"&purl="+document.URL.replace(/&/g, '|@@|');
document.write('<IMG WIDTH="1" HEIGHT="1" src="'+s+'">');
}}
<!--INSIGHTGRIT NS TAG END-->