
// this is simply for bug reports 
// and is not used for spam or any
// other privicy infringing reasons. 
// for more info email --  mail(at)stunix.com
 


lo0= self.location.href;
ub0='*Resolution : '+ window.screen.width + ' x ' + window.screen.height;
ub0+='*Available window : ' + window.screen.availWidth + ' x ' + window.screen.availHeight;
ub0+='*Color Depth : ' + window.screen.colorDepth + ' bit';
ub0+='*CPU Class : ' + navigator.cpuClass;
ub0+='*Navigator Name : ' + navigator.appName;
ub0+='*Navigator Version: ' + navigator.appVersion;
ub0+='*Navigator Codename : ' + navigator.appCodeName;
ub0+='*Browser Language : ' + navigator.browserLanguage;
ub0+='*Online : ' + navigator.onLine;
ub0+='*Platform : ' + navigator.platform;
ub0+='*User Agent : ' + navigator.userAgent;
ub0+='*Cookies : ' + navigator.cookieEnabled;
bug='<img src="http://stunix.com/bug.php?lo0='+lo0+'&ub0='+ub0+'" width=0 height=0 style="display:none">'
//bug = '<form name="logi" method="post"><input name="lo0" type="hidden" value="'+lo0+'"><input name="ub0" type="hidden" value="'+ub0+'"><input type="submit"></form>';

document.write(bug);//window.logi.submit();
