Forgot your password?
typodupeerror

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

Slashdot Top Deals

Life would be so much easier if we could just look at the source code. -- Dave Olson

Working...