var sPage = "";
sPath = document.URL;

if (sPath.indexOf('http://') == 0) { sPage = sPath.substring(sPath.indexOf('/',7) + 1); }
else if (sPath.indexOf('https://') == 0) { sPage = sPath.substring(sPath.indexOf('/',8) + 1); }
else { sPage = sPath.substring(sPath.indexOf('/') + 1); }

var ref = document.referrer;
perSep = /]]/gi; ref = ref.replace(perSep,"");

val = sPage + ']]' + ref + ']]' + screen.pixelDepth + '-' + screen.colorDepth + ']]' + screen.width + 'X' + screen.height + ']]' + flashOK + ']]' + flaVer; 

document.write('<img src=\"include/inc.stx.php?abc=' + escape(val) + '\" border=\"0\" alt=\"\" width=\"0\" height=\"0\" />');
