Discovered on a site that happens to have about 50mb of jpegs (the vast majority unrelated to the page in question) sitting directly in the "images" directory:
<body onLoad="MM_preloadImages('images/home.jpg', 'images/*.jpg')">
For those unfamiliar with the image preloading javascript function bundled with Dreamweaver: no, it does not handle wildcards.