/* -----------------------------------------------
   AmWeb.com.br
   Estatísticas de Acesso
  ------------------------------------------------ */

//CONFIGURAÇÃO:
//entre seu Nome de Usuário
  id="filgueiras"
//Não é necessário alterar nada após esta linha
//-------------------------------------------------

if(showme==null) var showme=0
s=0;c=0;f=""+escape(document.referrer)
s=screen.width;v=navigator.appName
rand=Math.round(1000*Math.random()) //force the page to load the IMG
if (v != "Netscape") c=screen.colorDepth
else c=screen.pixelDepth

r="?id="+id+"&showme="+showme+"&referer="+f+"&r="+s+"&c="+c+"&b="+rand
document.open()
document.write("<IMG src='http://www.amweb.com.br/estatisticas/pphlogger.php3"+r+"'>")
document.close()
