//Javascript that records the visitor browser details var t = new Date(); var imageURL = "http://www.toolbarCounter.com/counter/recordVisit.php?"; imageURL = imageURL + "titl=" + escape(document.title); imageURL = imageURL + "&url=" + escape(window.location); imageURL = imageURL + "&cdep=" + escape(screen.colorDepth); imageURL = imageURL + "&res=" + escape(screen.width+"x"+screen.height); imageURL = imageURL + "&refer=" + escape(document.referrer); imageURL = imageURL + "&ID=6697" //display the counter image // document.write("\"Click");