$(document).ready(function() {
    // $Id: lastreset.js 48 2010-02-13 12:25:43Z ivuorinen $
    // Automatic updating. If you know a better way, mail me about it.
    // ivuorinen@gmail.com

    var refreshId = setInterval(function() {
      $('h1').load('/c.php?f=time&x='+ Math.random());
      $('small').load('/c.php?f=mod&x='+ Math.random());
      $("em").load('/c.php?f=resets&x='+ Math.random());
    }, 1000);

});
