It's cool that you're updating so often, however, if I may be so bold as to offer some advice -- take a break, you'll enjoy life more.
-- Error message on weblogs.com

This bookmarklet allows a user to ping the weblogs.com update server via the Userland pingSiteForm.

  javascript:

  var n='';
  var u=''; 

  /* You should hardcode the 'n' and 'u' variables
     if you want to skip the prompts. */

  if(!n){void(n=prompt('Name of weblog',n))} 
  if(!u){void(u=prompt('Url for weblog',u))};

  if ((n) && (u)) { 
      location.href='http://newhome.weblogs.com/pingSiteForm?name='+n+'&url='+u; 
  } else {
      alert('You must specify both a name and a url. Please try again.');
  }
  
bookmarklet.ping()
Changes