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);

Natasha Bedingfield - Wild Horses



I feel these four walls closing in
Face up against the glass
I'm looking out, hmmm
Is this my life I'm wondering
It happened so fast
How do I turn this thing around
Is this the bed I chose to make
There's greener pastures I'm thinking about
Hmm, wide open spaces far away

All I want is the wind in my hair
To face the fear but not feel scared

wild horses I wanna be like you
Throwing caution to the wind, I'll run free too
Wish I could recklessly love like I'm longing to
I wanna run with the wild horses
Run with the wild horses, oh

whoahh Yeah, oh oh, ye-yeah

I see the girl I wanna be
Riding bare-back, care-free
Along the shore
If only that someone was me
Jumping head-first, head-long
Without a thought
To act and damn the consequence
How I wish it could be that easy
But fear surrounds me like a fence
I wanna break free

All I want is the wind in my hair
To face the fear, but not feel scared

Oooh, wild horses I wanna be like you
Throwing caution to the wind, I'll run free too
Wish I could recklessly love like I'm longing to
I wanna run with the wild horses
Run with the wild horses, oh

I wanna run too.
ohhh ohhh

recklessly abandoning my self before you

I wanna open up my heart tell him how I feel

woah woah

Wild horses I wanna be like you
Throwing caution to the wind
I'll run free too
Wish I could recklessly love, like I'm longing too
I wanna run with the wild horses,
run with the wild horses, run with the wild horses

ohh woah ohh woah
Yeeaaaah

I wanna run with the wild horses

Kommentarer

Kommentera inlägget här:

Namn:
Kom ihåg mig?

E-postadress: (publiceras ej)

URL/Bloggadress:

Kommentar:

Trackback
RSS 2.0