// Priority-load a few images that would otherwise wait too long
// (for example, those on the front page of the 'opportunities' block)
preloadedImg = new Array;
preloadedImg[0] = new Image;
preloadedImg[0].src = '/HTMLInfo/WebImages/TempImages/Katrina.gif';
preloadedImg[1] = new Image;
preloadedImg[1].src = '/HTMLInfo/WebImages/TempImages/GiveBack.gif';
preloadedImg[2] = new Image;
preloadedImg[2].src = '/HTMLInfo/WebImages/TempImages/Habitat.gif';
