// I know this isn't any JS or Jquery forum, but this was the closet to Javascript.

Hey all.

I started a project recently, and I'm stuck with a timer in array.

Here's my code
Code:
timer6[1] = window.setInterval("MoveText("+textcount, textname+")", 100);
and created my variable like this :
Code:
var timer6 = new array();
I know my timer works, because without array, it works perfectly!
if someone wanne see my project : My site!

Please comment, if you know how make a timer work in array.