hitz.me
invalidObject Series (var) image

invalidObject Series (var)

Band / artist:
Release date:
01.01.2000
Plays count:
0

Album tracks

List

1

tempArray[0]
tempArray[0]

2

window.setInterval("myFunction()", 15000);
window.setInterval("myFunction()", 15000);

3

setInterval("Jump()", 10);
setInterval("Jump()", 10);

5

Function Jump() {
Function Jump() {

7

a), (Math.random() *
a), (Math.random() *

8

(Math.random()*3)
(Math.random()*3)

10

a = 1+Math.round(Math.random()*3);
a = 1+Math.round(Math.random()*3);

12

</script>
</script>

13

Function shaker(s, v) {
Function shaker(s, v) {

14

for (i = s; i > 0; i--) { self.moveBy(i, v);
for (i = s; i > 0; i--) { self.moveBy(i, v);

15

self.moveBy(-i, -v); } }
self.moveBy(-i, -v); } }