[jQuery] Repeat a load

[jQuery] Repeat a load


Hi to everybody,
I want to explain you "my little problem".
I have something like this:
$("#newsticker").load("file.php");
This code is very simple and works well, but now I want to repeat the
file's load every 30 seconds until a timeout of 2000 seconds. How can
I realize this?
Thank you, bye
Gabriele