function makeFader() { function fade (arg1,arg2,arg3) { fade.running = true; } fade.running = false; return fade; }