var _baseURL = "http://web.ics.purdue.edu/~malban/statcounter.php";

var _referrer = ""+document.referrer;
var _title = ""+document.title;
var _URL = ""+document.URL;

var _codeName = ""+navigator.appCodeName;
var _appName = ""+navigator.appName;
var _appVer = ""+navigator.appVersion;
var _cookies = ""+navigator.cookieEnabled;
var _sysLang = ""+navigator.systemLanguage;
var _userLang = ""+navigator.userLanguage;
var _userAgent = ""+navigator.userAgent;

var _depth = screen.colorDepth;
var _height = screen.height
var _width = screen.width;

var _statURL = _baseURL+"?id=1&ref="+_referrer+"&title="+_title+"&url="+_URL+"&cName="+_codeName+"&aName="+_appName+"&aVer="+_appVer+"&cookies="+_cookies+"&sLang="+_sysLang+"&uLang="+_userLang+"&uAgent="+_userAgent+"&depth="+_depth+"&width="+_width+"&height="+_height+"&js=true";

sc_img = new Image(1,1);
sc_img.src = _statURL;
