d=document; h=window.location.hostname; if(h.indexOf('www.')>-1) h = h.substring(4,h.length); if(h.indexOf('order.')>-1) h = h.substring(6,h.length); rn=Math.random(); i = new Image(); s = 'http://order.'+h+'/cstm/__cstm.php?a=1'; s += '&rn='+rn; s += '&r='+escape(d.referrer); s += '&l='+escape(window.location.href); s += '&uid='; s += '&vid='; i.src = s;