<html> <body> <script> var raf_count = 0; function onAnimationFrame (t) { document.title=++raf_count; } </script> </body> </html>