slideto div on page load

slideto div on page load

I'm probably being thick and missing an obvious way to do this, but using the slideto plugin ( http://jesseprice.com/jquery-slide-to-plugin/), how can I execute this when the page has loaded, to slideto a particular div halfway down the page?

I'm sure I need to use

  1. $(window).load(function() {
  2. }
but I can't think how to just say to slideto() without an event trigger?

Any help appreciated.

Thanks,
Ed Ludlow