var load_timer_start = (new Date()).getTime();
function load_timer_stop() {
  if (Math.floor(Math.random()*25) == 0) {
    (new Image()).src = 'http://c.www.spelar.org/lt/?u=' + self.location + '&t=' +
      (((new Date()).getTime() - load_timer_start) / 1000);
  }
}    
