UOL
  UOL SITES


 

    23/05/2004 a 29/05/2004
  16/05/2004 a 22/05/2004


 

   

   


 
 
Barbie Girl



language=JavaScript1.2>

Escrito por By Min às 14h26
[   ] [ envie esta mensagem ]




language=JavaScript> /* Mouse Comet Copyright Kurt Grigg (website.lineone.net/~kurt.grigg/javascript) To add more shock to your site, visit www.DHTML Shock.com */ var Clrs=new Array(6) Clrs[0]='ff0000'; Clrs[1]='00ff00'; Clrs[2]='000aff'; Clrs[3]='ff00ff'; Clrs[4]='fff000'; Clrs[5]='fffff0'; var yBase = 200; var xBase = 200; var step; var currStep = 0; var Xpos = 1; var Ypos = 1; var Xs = 200; var Ys = 400; if (document.layers) { window.captureEvents(Event.MOUSEMOVE); } if (document.all) { function MoveHandler(){ Xpos = document.body.scrollLeft+event.x; Ypos = document.body.scrollTop+event.y; } document.onmousemove = MoveHandler; } else if (document.layers) { function xMoveHandler(evnt){ Xpos = evnt.pageX; Ypos = evnt.pageY; } window.onMouseMove = xMoveHandler; } function Comet() { if (document.all) { yBase = window.document.body.offsetHeight/4; xBase = window.document.body.offsetWidth/4; } else if (document.layers) { yBase = window.innerHeight/4; xBase = window.innerWidth/4; } if (document.all) { for ( i = 0 ; i < starsDiv.all.length ; i++ ) {step=3; starsDiv.all[i].style.top = Ypos + yBase*Math.cos((currStep + i*4)/12)*Math.cos(0.7+currStep/200); starsDiv.all[i].style.left = Xpos + xBase*Math.sin((currStep + i*3)/10)*Math.sin(8.2+currStep/400); for (ai=0; ai < Clrs.length; ai++) { var c=Math.round(Math.random()*[ai]); } starsDiv.all[i].style.background=Clrs[c]; } } else if (document.layers) { for ( j = 0 ; j < 14 ; j++ ) //number of NS layers! {step = 6; var templayer="a"+j document.layers[templayer].top = Ypos + yBase*Math.cos((currStep + j*4)/12)*Math.cos(0.7+currStep/200); document.layers[templayer].left = Xpos + xBase*Math.sin((currStep + j*3)/10)*Math.sin(8.2+currStep/400); for (aj=0; aj < Clrs.length; aj++) { var c=Math.round(Math.random()*[aj]); } document.layers[templayer].bgColor=Clrs[c]; } } currStep+= step; setTimeout("Comet()", 5); } Comet(); // -->

Escrito por By Min às 14h25
[   ] [ envie esta mensagem ]




<!-- Start of Mouse Comet: High-light or select all, copy and paste in Body -->
<LAYER name="a0" left=10 top=10 clip="0,0,1,1"></LAYER>
<LAYER name="a1" left=10 top=10 clip="0,0,1,1"></LAYER>
<LAYER name="a2" left=10 top=10 clip="0,0,1,1"></LAYER>
<LAYER name="a3" left=10 top=10 clip="0,0,1,1"></LAYER>
<LAYER name="a4" left=10 top=10 clip="0,0,1,1"></LAYER>
<LAYER name="a5" left=10 top=10 clip="0,0,1,1"></LAYER>
<LAYER name="a6" left=10 top=10 clip="0,0,1,1"></LAYER>
<LAYER name="a7" left=10 top=10 clip="0,0,2,2"></LAYER>
<LAYER name="a8" left=10 top=10 clip="0,0,2,2"></LAYER>
<LAYER name="a9" left=10 top=10 clip="0,0,2,2"></LAYER>
<LAYER name="a10" left=10 top=10 clip="0,0,2,2"></LAYER>
<LAYER name="a11" left=10 top=10 clip="0,0,2,2"></LAYER>
<LAYER name="a12" left=10 top=10 clip="0,0,2,2"></LAYER>
<LAYER name="a13" left=10 top=10 clip="0,0,3,3"></LAYER>
<DIV id="starsDiv" style="position:absolute;top:0px;left:0px">
<DIV style="position:relative;width:1px;height:1px;font-size:1px"></DIV>
<DIV style="position:relative;width:1px;height:1px;font-size:1px"></DIV>
<DIV style="position:relative;width:1px;height:1px;font-size:1px"></DIV>
<DIV style="position:relative;width:1px;height:1px;font-size:1px"></DIV>
<DIV style="position:relative;width:1px;height:1px;font-size:1px"></DIV>
<DIV style="position:relative;width:1px;height:1px;font-size:1px"></DIV>
<DIV style="position:relative;width:1px;height:1px;font-size:1px"></DIV>
<DIV style="position:relative;width:2px;height:2px;font-size:2px"></DIV>
<DIV style="position:relative;width:2px;height:2px;font-size:2px"></DIV>
<DIV style="position:relative;width:2px;height:2px;font-size:2px"></DIV>
<DIV style="position:relative;width:2px;height:2px;font-size:2px"></DIV>
<DIV style="position:relative;width:2px;height:2px;font-size:2px"></DIV>
<DIV style="position:relative;width:2px;height:2px;font-size:2px"></DIV>
<DIV style="position:relative;width:3px;height:3px;font-size:3px"></DIV>
</DIV>

<SCRIPT language="JavaScript">
/*
Mouse Comet
Copyright Kurt Grigg (website.lineone.net/~kurt.grigg/javascript)
To add more shock to your site, visit www.DHTML Shock.com
*/
var Clrs=new Array(6)
Clrs[0]='ff0000';
Clrs[1]='00ff00';
Clrs[2]='000aff';
Clrs[3]='ff00ff';
Clrs[4]='fff000';
Clrs[5]='fffff0';

var yBase = 200;
var xBase = 200;
var step;
var currStep = 0;
var Xpos = 1;
var Ypos = 1;
var Xs = 200;
var Ys = 400;
if (document.layers)
{
window.captureEvents(Event.MOUSEMOVE);
}
if (document.all)
{
  function MoveHandler(){
  Xpos = document.body.scrollLeft+event.x;
  Ypos = document.body.scrollTop+event.y;
  }
  document.onmousemove = MoveHandler;
}

else if (document.layers)
{
  function xMoveHandler(evnt){
  Xpos = evnt.pageX;
  Ypos = evnt.pageY;
  }
  window.onMouseMove = xMoveHandler;
}

function Comet() {
if (document.all)
{
 yBase = window.document.body.offsetHeight/4;
 xBase = window.document.body.offsetWidth/4;
}
else if (document.layers)
{
 yBase = window.innerHeight/4;
 xBase = window.innerWidth/4;
}

if (document.all)
{
 for ( i = 0 ; i < starsDiv.all.length ; i++ )
 {step=3;
  starsDiv.all[i].style.top = Ypos + yBase*Math.cos((currStep + i*4)/12)*Math.cos(0.7+currStep/200);
  starsDiv.all[i].style.left = Xpos + xBase*Math.sin((currStep + i*3)/10)*Math.sin(8.2+currStep/400);
  for (ai=0; ai < Clrs.length; ai++)
    {
     var c=Math.round(Math.random()*[ai]);
    }
    starsDiv.all[i].style.background=Clrs[c];
 }
}

else if (document.layers)
{
 for ( j = 0 ; j < 14 ; j++ ) //number of NS layers!
 {step = 6;
  var templayer="a"+j
  document.layers[templayer].top = Ypos + yBase*Math.cos((currStep + j*4)/12)*Math.cos(0.7+currStep/200);
  document.layers[templayer].left = Xpos + xBase*Math.sin((currStep + j*3)/10)*Math.sin(8.2+currStep/400);
  for (aj=0; aj < Clrs.length; aj++)
    {
     var c=Math.round(Math.random()*[aj]);
    }
    document.layers[templayer].bgColor=Clrs[c];
 }
}
currStep+= step;
setTimeout("Comet()", 5);
}
Comet();
// -->
</SCRIPT>
<!-- End of Mouse Comet -->



Escrito por By Min às 14h18
[   ] [ envie esta mensagem ]




<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="Microsoft FrontPage 5.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff><IMG id=snowtemp style="DISPLAY: none"
src="
http://descompliquem.webcindario.com/katja].gif" width="11" height="13">
<SCRIPT language=JavaScript1.2>



Escrito por By Min às 14h12
[   ] [ envie esta mensagem ]




<!-- Start of Mouse Comet: High-light or select all, copy and paste in Body -->
<LAYER name="a0" left=10 top=10 clip="0,0,1,1"></LAYER>
<LAYER name="a1" left=10 top=10 clip="0,0,1,1"></LAYER>
<LAYER name="a2" left=10 top=10 clip="0,0,1,1"></LAYER>
<LAYER name="a3" left=10 top=10 clip="0,0,1,1"></LAYER>
<LAYER name="a4" left=10 top=10 clip="0,0,1,1"></LAYER>
<LAYER name="a5" left=10 top=10 clip="0,0,1,1"></LAYER>
<LAYER name="a6" left=10 top=10 clip="0,0,1,1"></LAYER>
<LAYER name="a7" left=10 top=10 clip="0,0,2,2"></LAYER>
<LAYER name="a8" left=10 top=10 clip="0,0,2,2"></LAYER>
<LAYER name="a9" left=10 top=10 clip="0,0,2,2"></LAYER>
<LAYER name="a10" left=10 top=10 clip="0,0,2,2"></LAYER>
<LAYER name="a11" left=10 top=10 clip="0,0,2,2"></LAYER>
<LAYER name="a12" left=10 top=10 clip="0,0,2,2"></LAYER>
<LAYER name="a13" left=10 top=10 clip="0,0,3,3"></LAYER>
<DIV id="starsDiv" style="position:absolute;top:0px;left:0px">
<DIV style="position:relative;width:1px;height:1px;font-size:1px"></DIV>
<DIV style="position:relative;width:1px;height:1px;font-size:1px"></DIV>
<DIV style="position:relative;width:1px;height:1px;font-size:1px"></DIV>
<DIV style="position:relative;width:1px;height:1px;font-size:1px"></DIV>
<DIV style="position:relative;width:1px;height:1px;font-size:1px"></DIV>
<DIV style="position:relative;width:1px;height:1px;font-size:1px"></DIV>
<DIV style="position:relative;width:1px;height:1px;font-size:1px"></DIV>
<DIV style="position:relative;width:2px;height:2px;font-size:2px"></DIV>
<DIV style="position:relative;width:2px;height:2px;font-size:2px"></DIV>
<DIV style="position:relative;width:2px;height:2px;font-size:2px"></DIV>
<DIV style="position:relative;width:2px;height:2px;font-size:2px"></DIV>
<DIV style="position:relative;width:2px;height:2px;font-size:2px"></DIV>
<DIV style="position:relative;width:2px;height:2px;font-size:2px"></DIV>
<DIV style="position:relative;width:3px;height:3px;font-size:3px"></DIV>
</DIV>

<SCRIPT language="JavaScript">
/*
Mouse Comet
Copyright Kurt Grigg (website.lineone.net/~kurt.grigg/javascript)
To add more shock to your site, visit www.DHTML Shock.com
*/
var Clrs=new Array(6)
Clrs[0]='ff0000';
Clrs[1]='00ff00';
Clrs[2]='000aff';
Clrs[3]='ff00ff';
Clrs[4]='fff000';
Clrs[5]='fffff0';

var yBase = 200;
var xBase = 200;
var step;
var currStep = 0;
var Xpos = 1;
var Ypos = 1;
var Xs = 200;
var Ys = 400;
if (document.layers)
{
window.captureEvents(Event.MOUSEMOVE);
}
if (document.all)
{
  function MoveHandler(){
  Xpos = document.body.scrollLeft+event.x;
  Ypos = document.body.scrollTop+event.y;
  }
  document.onmousemove = MoveHandler;
}

else if (document.layers)
{
  function xMoveHandler(evnt){
  Xpos = evnt.pageX;
  Ypos = evnt.pageY;
  }
  window.onMouseMove = xMoveHandler;
}

function Comet() {
if (document.all)
{
 yBase = window.document.body.offsetHeight/4;
 xBase = window.document.body.offsetWidth/4;
}
else if (document.layers)
{
 yBase = window.innerHeight/4;
 xBase = window.innerWidth/4;
}

if (document.all)
{
 for ( i = 0 ; i < starsDiv.all.length ; i++ )
 {step=3;
  starsDiv.all[i].style.top = Ypos + yBase*Math.cos((currStep + i*4)/12)*Math.cos(0.7+currStep/200);
  starsDiv.all[i].style.left = Xpos + xBase*Math.sin((currStep + i*3)/10)*Math.sin(8.2+currStep/400);
  for (ai=0; ai < Clrs.length; ai++)
    {
     var c=Math.round(Math.random()*[ai]);
    }
    starsDiv.all[i].style.background=Clrs[c];
 }
}

else if (document.layers)
{
 for ( j = 0 ; j < 14 ; j++ ) //number of NS layers!
 {step = 6;
  var templayer="a"+j
  document.layers[templayer].top = Ypos + yBase*Math.cos((currStep + j*4)/12)*Math.cos(0.7+currStep/200);
  document.layers[templayer].left = Xpos + xBase*Math.sin((currStep + j*3)/10)*Math.sin(8.2+currStep/400);
  for (aj=0; aj < Clrs.length; aj++)
    {
     var c=Math.round(Math.random()*[aj]);
    }
    document.layers[templayer].bgColor=Clrs[c];
 }
}
currStep+= step;
setTimeout("Comet()", 5);
}
Comet();
// -->
</SCRIPT>
<!-- End of Mouse Comet -->


 



Escrito por By Min às 14h00
[   ] [ envie esta mensagem ]




Cássia Eller

Palavras Ao Vento
(
Marisa Monte e Moraes Moreira)

Ando por aí querendo te encontrar em cada esquina,
paro em cada olhar,
deixo a tristeza e trago
a esperança em seu lugar.
Que o nosso amor pra sempre viva,
minha dádiva,
quero poder jurar que essa paixão jamais será...
Palavras apenas, palavras pequenas, palavras...
Ando por aí querendo te encontrar em cada esquina,
paro em cada olhar,
deixo a tristeza
e trago a esperança em seu lugar. Que o nosso amor pra sempre viva,
minha dádiva,
quero poder jurar que essa paixão jamais será... Palavras apenas,
palavras pequenas, palavras, momento...
palavras, palavras, palavras, palavras...
palavras ao vento...
Ando por aí querendo te encontrar em cada esquina,
paro em cada olhar,
deixo a tristeza e trago
a esperança em seu lugar.
Que o nosso amor pra sempre viva,
minha dádiva,
quero poder jurar que essa paixão jamais será...
Palavras apenas, palavras pequenas,
palavras, momento...palavras, palavras, palavras, palavras... palavras ao vento...
palavras apenas, apenas palavras pequenas, palavras
.



Escrito por By Min às 10h46
[   ] [ envie esta mensagem ]




Ontem fui apresentar um trabalho na classe, tinha eu mais 6 pessoas e meu professor (q eu sou secretaria), fiquei mais nervosa doque o dia em q apresentei pra sala toda... mas mesmo assim o prof. disse q adorou minha apresentação, q eu me expressei bem!!! Puxa q legal!!!! Pensei q tivesse ido tão mal... Naum gosto de ficar nervosa pq eu fico sem ar... falava ofegando, parecia q eu tinha corrido antes de apresentar...As coisas estão indo mto bem pra mim.... Deus tem sido maravilhoso comigo!!! Parei de ficar reclamando da vida e resolvi aproveitar mais cada momento...pois cada momento é unico!!

 

 

 

 

 

 

 

 

 

 

 

 

                    



Escrito por By Min às 10h36
[   ] [ envie esta mensagem ]






Escrito por By Min às 10h02
[   ] [ envie esta mensagem ]




Bom Dia!!!!!!!!!!!!!!!!!!

Q Maravilha.... hj vou assistir duas audiencias no forum e as do meu juiz preferido heheheheheh.... É mto legal ir pro forum, as vezes penso q estou seguindo a profissão certa, mas é so chegar época de prova q penso totalmente ao contrario... E depois vou pra faculdade ajudar meu professor, agora sou secretaria dele... bendita hora q fiquei de DP (nunca pensei q um dia diria isso).....

Por Hj é só pessoal!!!!!!!!!!!

Bye bye



Escrito por By Min às 09h59
[   ] [ envie esta mensagem ]






Escrito por By Min às 20h34
[   ] [ envie esta mensagem ]




Boa Noite..... acabei de chegar dos thermas dos laranjais.....um clube de campo mto lindo...fez sol o dia todo..que bom pq geralmente so tem chovido....mas foi uma delicia...hoje o dia valeu a pena!!!!!!!!!!!!!!!

Bjos



Escrito por By Min às 20h32
[   ] [ envie esta mensagem ]




Boa Noite........

Vou falar um mais sobre mim.... Estou no 3 ano do curso de Direito, moro em Catanduva....gosto de passear...me divertir....dormir... e encontrar com meus amigos...

Valew

Bjinhos Yasmin



Escrito por By Min às 00h23
[   ] [ envie esta mensagem ]






Escrito por By Min às 00h20
[   ] [ envie esta mensagem ]




Ola!!!!

Puts..... Q legal estar criando um novo blog.... como ja disse adoro blogar!!!!!!!hehehe

Escrito por By Min às 00h06
[   ] [ envie esta mensagem ]





[ ver mensagens anteriores ]