function orbiter(){this.availHeight;this.availWidth;this.height;this.width;this.colorDepth;this.appCodeName;this.appName;this.appVersion;this.cookieEnabled;this.sessionId;}
var satellite=new orbiter();satellite.availHeight=screen.availHeight;satellite.availWidth=screen.availWidth;satellite.height=screen.height;satellite.width=screen.width;satellite.colorDepth=screen.colorDepth;satellite.appCodeName=navigator.appCodeName;satellite.appName=navigator.appName;satellite.appVersion=navigator.appVersion;satellite.cookieEnabled=navigator.cookieEnabled;
