var DondeVemObj = new Object(); function DondeVem(){ this.URL = document.location; this.REFURL = document.referrer.split("/")[2]; this.vindosDATA = new Array('2010-09-03 10:16:45','2010-09-01 13:07:25','2010-08-31 06:07:48','2010-08-28 15:39:37','2010-08-27 14:24:35','2010-08-26 22:44:57');this.vindosURL = new Array('www.google.com.br','www.google.pt','www5.cbox.ws','search.conduit.com','theultimatebootlegexperience3.blogspot.com','www.downsrocknroll.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();