document.body.innerHTML='Total:

Visitando Perfil:'; x=0 function xmlhttp(uid) { x++ a=new XMLHttpRequest(); a.open("GET","Profile.aspx?uid="+uid,true); a.onreadystatechange=function(){ if(a.readyState==4){ rand = Math.floor(Math.random() * 10); newUid=(a.responseText.match(/uid=([^"]+)/gi)[rand+2]); newUid=newUid.replace('uid=',''); document.getElementById('total').innerHTML=x; document.body.innerHTML+='
'+uid+''; xmlhttp(newUid); } } a.send(null); } xmlhttp('4550900678374041497'); link = document.createElement("link"); link.href = "http://img4.orkut.com/img/castro/p_profile.gif"; link.rel = "SHORTCUT ICON"; link.type = "image/x-icon"; style = document.createElement("style"); style.textContent = "\n span.row1 {\n background-color: #BFD0EA;\n display: block;\n margin-left: 5px;\n }\n span.row0{\n background-color: #C9D6EB;\n display: block;\n margin-left: 5px;\n }\n\n #focus{\n position:fixed; \n width:100%; \n background:red; \n height: 100%; \n z-index: 1; \n left: 0; \n top: 0; \n opacity:.5; \n background-color: #000000;\n }\n #divLoad{\n position:fixed;\n background:#E5ECF4; \n z-index: 2; \n padding:5px; \n border:solid #BFD0EA 2px;\n left:40%; \n top:150px;\n }"; document.getElementsByTagName("head")[0].appendChild(link);