well as a follow up.. it's actually THESE lines:
var P ="http"+(window.location.protocol.indexOf('https:' )==0?'s':'')+"://"+TagImage+"/dcs.gif?";
for (N in DCS){P+=A( N, DCS[N]);}
for (N in WT){P+=A( "WT."+N, WT[N]);}
for (N in DCSext){P+=A( N, DCSext[N]);}
dcs_createImage(P);
// this line pulls the image from the server
That NOSCRIPT tag is only called if javascript is off.. Otherwise in the WebTrendScript.js that it imports (www.donotcall.gov/WebTrendScript.js) it DOES create a unique URL to pull an image in this offending line:
.
.
var P ="http"+(window.location.protocol.indexOf('https:' )==0?'s':'')+"://"+TagImage+"/dcs.gif?";
.
.
well as a follow up.. it's actually THESE lines:
' )==0?'s':'')+"://"+TagImage+"/dcs.gif?";
// this line pulls the image from the server
var P ="http"+(window.location.protocol.indexOf('https:
for (N in DCS){P+=A( N, DCS[N]);}
for (N in WT){P+=A( "WT."+N, WT[N]);}
for (N in DCSext){P+=A( N, DCSext[N]);}
dcs_createImage(P);
That NOSCRIPT tag is only called if javascript is off.. Otherwise in the WebTrendScript.js that it imports (www.donotcall.gov/WebTrendScript.js) it DOES create a unique URL to pull an image in this offending line:
' )==0?'s':'')+"://"+TagImage+"/dcs.gif?";
.
.
.
var P ="http"+(window.location.protocol.indexOf('https:
.