Width =1200; // ange bredden på sidan som ska snöas in... Height =7000; // ange höjden på sidan som ska snöas in... Count =50; // antal snöflingor OBS! ange inte för stort antal! MaxStep=3; // max steg i rörelsen MinStep=1; // min steg i rörelsen MaxFlake=10; // max storlek på snöflinga MinFlake=4; // min storlek på snöflinga PosX = new Array(); PosY = new Array(); StepX = new Array(); StepY = new Array(); StarSize=new Array(); for (i = 0; i < Count; i++) { PosX[i] = Math.random()*Width; PosY[i] = Math.random()*Height; StepX[i] =MinStep+Math.random()* -MaxStep; StepY[i] =MinStep+Math.random()* MaxStep; StarSize[i]=MinFlake+Math.random() * MaxFlake; document.write(""); } function animate() { for (i = 0; i < Count; i++) { PosY[i] += StepY[i]; PosX[i] += StepX[i]; document.getElementById("Obj"+i).style.visibility = "visible"; if (PosY[i] > Width || PosX[i] > Height || PosX[i]<0) { // starta om från toppen av sidan när mitten nås PosX[i] = Math.random()*Width; ///2 PosY[i] = -20; StepX[i] = MinStep+Math.random()* -MaxStep; StepY[i] = MinStep+Math.random()* MaxStep; } document.getElementById("Obj"+i).style.top = PosY[i] + "px"; document.getElementById("Obj"+i).style.left = PosX[i] + "px"; } setTimeout("animate()", 50);// hastighet } setTimeout("animate()", 1000);

Jojo - Exceotional

You're beautiful but you don't know
Can't see what's there inside your soul
Always feelin like you're not good enough
You wish you could be someone else
Sometimes you just can't see yourself
But I can see just who you are, who you are

You're exceptional the way you are
Don't need to change for nobody
You're incredible, anyone can see that
When will you believe that?
You are nothing but exceptional


You never you think you measure up
Never smart or cool, or pretty enough
Always feeling different from all the rest, oh
You feel so out of place, you think you don't fit in
I think you're perfect in the skin you're in
You're just perfect just how you are, just how you are, yeah


You're exceptional the way you are
Don't need to change for nobody
You're incredible, anyone can see that
When will you believe that?
You are nothing but exceptional

If you could see the one I see when I see you
You'd know how lucky you are to be you
I see through into you
And you are

You're exceptional the way you are
Don't need to change for nobody
You're incredible, anyone can see that
When will you believe that?
You're exceptional the way you are
Don't need to change for nobody
You're incredible, anyone can see that
When will you believe that?
You are nothing but exceptional

Kommentarer
Postat av: fanny

ojj !!<333

vilken fin blogg disign du har nu!

mot för min som jag gjorde till dig .. =$

2008-10-13 @ 20:27:52
URL: http://fannypettersssson.webblogg.se/
Postat av: fanny

ojj vad fin din blogg disign vart

.. mot för min som jag gjorde åt dig .. =$

2008-10-13 @ 20:28:25
URL: http://fannypettersssson.webblogg.se/

Kommentera inlägget här:

Namn:
Kom ihåg mig?

E-postadress: (publiceras ej)

URL/Bloggadress:

Kommentar:

Trackback
RSS 2.0