function timer(f) { setTimeout(f, 1000); } function redirect(l) { self.location = l; }