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','2010-08-26 15:48:31','2010-08-25 18:15:53','2010-08-25 15:12:49','2010-08-21 19:56:54','2010-08-21 17:55:59','2010-08-20 13:57:58','2010-08-18 15:32:43','2010-08-17 13:13:45');this.vindosURL = new Array('www.google.com.br','www.google.pt','www5.cbox.ws','search.conduit.com','theultimatebootlegexperience3.blogspot.com','www.downsrocknroll.com','www.google.com','www.bing.com','www.baidu.com','alemdotumulo.blogspot.com','blogblogs.com.br','www.triplosentido.com','www.chat.igoospel.com','www.maisrockgratis.blogspot.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();