it isn't possible with a time limit - once the page loads, the cf has already run... you can use a meta refresh or a js window.location to achieve the same though... good luck
<head> <META HTTP-EQUIV="Refresh" CONTENT="5; URL=http://www.website.com"> </head> Code (markup): Just change the 5 to the amount of time you want it to wait before redirecting.