JavaScript Timer Set Intervall JS ClearInterval

$timer = setInterval(command, 5000);
clearInterval($timer);
Nasty Narwhal