TImers Plugin "Too much recursion" on oneTime function

TImers Plugin "Too much recursion" on oneTime function

While it works, I'm getting a "too much recursion" error using jquery.timers.js.

Version: just downloaded 8/26/10.

Code that's causing the issue:

<script>
    $(document).ready(function() {
        // This will hold our timer
        $(document).oneTime(3000,"",function(){window.location="/hpn/public/index";});
    });
</script>

Not a biggy, just reporting the issue.

Thanks,
John