Your problem is not Cufón-related. I was able to reproduce the issue in my debugging environment. The issue is caused by a faulty Content-Length header. When loading page 11, the server returned "Content-Length: 6998", where it should have been 2612. This causes your Ajax system to time out, which in turn causes a few errors, which then results in the whole page being reloaded. This time, the Content-Length is correct and there is no issue. The faulty Content-Length seems to be the real length of the un-gzipped content, whereas 2612 is the gzipped content length. Gzip is on in both cases. Looks like either your backend or server is wrong here.
Can't help you more than that, unfortunately.
Simo
> --
> You received this message because you are subscribed to the Google Groups "cufón" group.
> To post to this group, send email to cu...@googlegroups.com.
> To unsubscribe from this group, send email to cufon+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/cufon?hl=en.
>