var file='include/contador.asp';

f='' + escape(document.referrer);
if (navigator.appName=='Netscape'){b='NS';} 
if (navigator.appName=='Microsoft Internet Explorer'){b='MSIE';} 
if (navigator.appVersion.indexOf('MSIE 3')>0) {b='MSIE';}
if (strPagina != ""){
	u = strPagina;
}else{
	u=escape(document.URL);
}
w=screen.width; h=screen.height; 
v=navigator.appName; 
if (v != 'Netscape') {c=screen.colorDepth;}
else {c=screen.pixelDepth;}
j=navigator.javaEnabled();
info='w=' + w + '&h=' + h + '&c=' + c + '&r=' + f + '&u='+ u + '&b=' + b;
document.write('<img src="' + file + '?'+info+ '" width=1 height=1 border=0>');

