Hello. I have a page which provide anonymous surfing and I want to incorporate into the script this code for thecounter.com so I can keep track of how many pages are viewed with the service. I managed to incorporate into in a popup window and here is what I have for that so any help would be appreciated./
Code for popup in script: (except its all one line)
unshift(@body, "<script language=\"javascript\">\n url = \"http://www.aixs.net/aixs/popup.html\"\; \n var windowWidth = 500\; var windowHeight = 265\;window.open\(\"\"\+url\+\"\",\"\&qu ot;,\"toolbar=no,location=no,directories=no,status=no,menuba r=no,-scrollbars=yes,resizable=yes,width=\"\+windowWidth\+\", height=\"\+windowHeight\)\;</script>\n"

;
Code for counter which I want in:
<!-- Start of TheCounter.com Code -->
<SCRIPT><!--
s="na";c="na";j="na";f="" +escape(document.referrer)
file://--></SCRIPT>
<SCRIPT language="javascript1.2"><!--
s=screen.width;v=navigator.appName
if (v != "Netscape"

{c=screen.colorDepth}
else {c=screen.pixelDepth}
j=navigator.javaEnabled()
file://--></SCRIPT>
<SCRIPT><!--
function pr(n) {document.write(n,"\n"

;}
NS2Ch=0
if (navigator.appName == "Netscape" &&
navigator.appVersion.charAt(0) == "2"

{NS2Ch=1}
if (NS2Ch == 0) {
r="&size="+s+"&colors="+c+"& referer="+f+"&java="+j+""
pr("<A HREF=\"http://www.TheCounter.com\" TARGET=\"_top\"><IMG"

pr("BORDER=0 SRC=\"http://c1.thecounter.com/id=413972"+r+"\"></A>"

}
file://--></SCRIPT>
<NOSCRIPT><A HREF="http://www.TheCounter.com" TARGET="_top"><IMG
SRC="http://c1.thecounter.com/id=413972" BORDER=0></A>
</NOSCRIPT>
<!-- End of TheCounter.com Code -->
<!-- NO_AUTO_LINK -->