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

Many times I wonder why I stopped, I miss it.


Cheerleading. It's something you only understand when you try it.
The beauty of nailing stunts and the glory of winning a competition.
You only understand it when you fall in love with the sport.
You fall in love with your teammates, your coaches, your gym, your biggest competition, and the entire cheer community.
Others see it as a stage in life. A simple high school thing, cheerleaders, band geeks, football players.
But you know, it's so much more.
They won't accept that you're qualified as the most hardworking and fiercest athlete of them all.
They will never know how great the feeling of putting so much faith into three people to catch you feels.
They will never ewperience the feeling of being so needed and important for the team.
It's hard to explain it to them, the first time you hear your music, when a stunt sequence isn't difficult anymore, and the joy of seeing your coach freaking out because you did your routine to perfection.
They don't understand why cheerleading means so very much to you.
It's everything.
At some point, cheerleading has been your escape from the drama of your family and friends, and you can say "cheerleading saved my life"









Kommentarer

Kommentera inlägget här:

Namn:
Kom ihåg mig?

E-postadress: (publiceras ej)

URL/Bloggadress:

Kommentar:

Trackback
RSS 2.0