Comment Re:There it is!!! (Score 1) 323
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
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);