Meu perfil
BRASIL, Sudeste, Mulher, de 46 a 55 anos, Portuguese


Histórico:

- 26/07/2009 a 01/08/2009
- 15/02/2009 a 21/02/2009
- 25/01/2009 a 31/01/2009
- 28/12/2008 a 03/01/2009
- 16/11/2008 a 22/11/2008
- 29/06/2008 a 05/07/2008
- 15/06/2008 a 21/06/2008
- 01/06/2008 a 07/06/2008
- 25/05/2008 a 31/05/2008
- 13/01/2008 a 19/01/2008
- 02/12/2007 a 08/12/2007
- 28/10/2007 a 03/11/2007
- 23/09/2007 a 29/09/2007
- 19/08/2007 a 25/08/2007
- 17/06/2007 a 23/06/2007
- 04/03/2007 a 10/03/2007
- 11/02/2007 a 17/02/2007
- 07/01/2007 a 13/01/2007
- 26/11/2006 a 02/12/2006
- 29/10/2006 a 04/11/2006
- 15/10/2006 a 21/10/2006
- 24/09/2006 a 30/09/2006
- 23/07/2006 a 29/07/2006
- 02/07/2006 a 08/07/2006
- 23/04/2006 a 29/04/2006
- 12/03/2006 a 18/03/2006
- 01/01/2006 a 07/01/2006
- 20/11/2005 a 26/11/2005
- 13/11/2005 a 19/11/2005
- 30/10/2005 a 05/11/2005
- 09/10/2005 a 15/10/2005
- 02/10/2005 a 08/10/2005
- 25/09/2005 a 01/10/2005
- 18/09/2005 a 24/09/2005
- 04/09/2005 a 10/09/2005
- 14/08/2005 a 20/08/2005
- 07/08/2005 a 13/08/2005
- 24/07/2005 a 30/07/2005
- 17/07/2005 a 23/07/2005
- 03/07/2005 a 09/07/2005
- 26/06/2005 a 02/07/2005
- 30/01/2005 a 05/02/2005





Outros sites:

- Blog do Angelo
- Blog da Sheilona


Votação:

- Dê uma nota para meu blog

Indique esse Blog


Contador:

Layout:



language="JavaScript1.2">

/*
Document firework script (By Kurt Gregg, kurt.grigg@virgin.net)
Modified/ perm. granted to Dynamic Drive to feature script in archive
For full source and 100's more DHTML scripts, visit http://dynamicdrive.com
*/

var ns=document.layers?1:0
var ie4=document.all?1:0
var ns6=document.getElementById&&!document.all?1:0

amount=14;
if (ns){
for (i=0; i < amount; i++)
document.write("");
}
else if (ie4||ns6){
document.write("
");
document.write("
");
for (i=0; i < amount; i++)
document.write("
");
document.write("
");
}
Clrs=new Array('ff0000','00ff00','ffffff','ff00ff','ffa500','ffff00','00ff00','ffffff','ff00ff')
sClrs=new Array('ffa500','00ff00','FFAAFF','fff000','fffffF')
Xpos=300;
Ypos=150;
initialStarColor='00ff00';
step=5;
currStep=0;
explosionSize=120;
function Fireworks(){
var WinHeight=(ns||ns6)?window.innerHeight-100:window.document.body.clientHeight-100;
var WinWidth=(ns||ns6)?window.innerWidth-100:window.document.body.clientWidth-100;
var Yscroll=(ns||ns6)?window.pageYOffset:document.body.scrollTop;
for (i=0; i < amount; i++){
if (ie4||ns6)
var layer=ns6?document.getElementById("iestars"+i).style : eval("iestars"+i).style;
else if (ns)
var layer=document.layers["nsstars"+i]
var randCol=Math.round(Math.random()*8);
var randSz=Math.round(Math.random()*2);
layer.top = Ypos + explosionSize*Math.sin((currStep+i*5)/3)*Math.sin(currStep/100)
layer.left= Xpos + explosionSize*Math.cos((currStep+i*5)/3)*Math.sin(currStep/100)
if (currStep < 110){
if (ns){layer.bgColor=initialStarColor;layer.clip.width=1;layer.clip.height=1}
else{layer.background=initialStarColor;layer.width=1;layer.height=1;layer.fontSize=1}
}
else{
if (ns){layer.bgColor=Clrs[randCol];layer.clip.width=randSz;layer.clip.height=randSz}
else{layer.background=Clrs[randCol];layer.width=randSz;layer.height=randSz;layer.fontSize=randSz}
}
}
if (currStep > 220)
{
currStep=0;
Ypos = 50+Math.round(Math.random()*WinHeight)+Yscroll;
Xpos = 50+Math.round(Math.random()*WinWidth);
for (i=0; i < sClrs.length; i++)
{
var newIcol=Math.round(Math.random()*i);
}
initialStarColor=sClrs[newIcol];
explosionSize=Math.round(80*Math.random()+100);
}
currStep+=step;
setTimeout("Fireworks()",20);
}
Fireworks();
// -->




#sDiv0, #sDiv1, #sDiv2, #sDiv3, #sDiv4, #sDiv5, #sDiv6, #sDiv7, #sDiv8, #sDiv9
{
position:absolute; height:1; width:1; font-family:arial black; font-size:9px; color:#FFFFAA; z-index:10;
}



LANGUAGE="JavaScript1.2">