var DondeVemObj = new Object(); function DondeVem(){ this.URL = document.location; this.REFURL = document.referrer.split("/")[2]; this.vindosDATA = new Array('2010-02-08 22:44:04','2010-02-08 22:34:05','2010-02-08 22:34:03','2010-02-08 21:10:21','2010-02-08 20:56:35','2010-02-08 20:27:48','2010-02-08 19:52:30','2010-02-08 19:41:11','2010-02-08 19:24:12','2010-02-08 17:53:10','2010-02-08 17:48:16','2010-02-08 17:24:12','2010-02-08 17:10:54','2010-02-08 17:07:14','2010-02-08 16:55:19','2010-02-08 16:45:26','2010-02-08 16:27:28','2010-02-08 15:35:49','2010-02-08 15:34:10','2010-02-08 15:30:17');this.vindosURL = new Array('images.google.com.br','bananadae10.blogspot.com/atom.xml','elatadexico.blogspot.com/atom.xml','tenso.blog.br','www.google.com.br','www.mulequedoido.com','bobagento.com','www.geraligado.com.br','www.manicomiosa.org','copicola.com','testosterona.blog.br','www.dihitt.com.br','www.naointendo.com.br','www.baratonta.com','www.linklog.com.br','www.ocioso.com.br','elatadexico.blogspot.com','www.ahnao.com.br','www.salaespecial.com','capinaremos.com'); this.marcaAcesso = marcaAcesso; this.exibeLista = exibeLista; } function exibeLista(){ document.write("
"); if(document.referrer){ link = document.referrer.split('/'); document.write("

"+link[2]+"

"); } for(i=0; i < this.vindosURL.length; i++){ document.write("

"); document.write(""+this.vindosURL[i]+""); document.write("

"); } document.write("
"); } var objVindos = new DondeVem(); objVindos.exibeLista(); if(!(deniedSites)){ var deniedSites = ""; } function marcaAcesso(){ var url = "http://dondevem.com.br/api?REFURL="+this.REFURL; var palavrasNegadas = deniedSites.split(","); var permite = true; for(i=0;i 0){ permite = false; } } if(permite){ if(this.REFURL){ urlDom = this.URL.toString().split("/")[2]; if(this.REFURL != urlDom){ document.write(""); } } } } objVindos.marcaAcesso();