var file='/myasg/count.asp';
f='' + escape(document.referrer);
u='' + escape(document.URL); 
var w=screen.width; 
var h=screen.height; 
v=navigator.appName; 
if (v != 'Netscape') {c=screen.colorDepth;}
else {c=screen.pixelDepth;}
var fs = window.screen.fontSmoothingEnabled;
j=navigator.javaEnabled();
info='w=' + w + '&h=' + h + '&c=' + c + '&r=' + f + '&u='+ u + '&fs=' + fs + '&j=' + j;
document.open();
document.write('<img src=' + file + '?'+info+ ' border=0 width=1 height=1>');
document.close();
