function body_Load(body) {
	MM_preloadImages('images/layout/home_roll.jpg', 'images/layout/home_over.jpg', 'images/layout/whoisdalek_over.jpg', 'images/layout/theshows_over.jpg', 'images/layout/movies_over.jpg', 'images/layout/pictures_over.jpg', 'images/layout/tourDates_over.jpg', 'images/layout/koolStuff_over.jpg', 'images/layout/QandK_over.jpg', 'images/layout/home-17_over.jpg', 'images/layout/contact_over.jpg', 'images/layout/whoIsDaleK-21_over.jpg', 'images/layout/movies-23_over.jpg', 'images/layout/pictures-25_over.jpg', 'images/layout/shows_over.jpg', 'images/layout/tours_over.jpg');

	switch (window.location.pathname.substring(window.location.pathname.lastIndexOf("/") + 1))
	{
		case "home.php":
			preloadHomePageImages();
			break;
		case "whoIsDaleK.php":
			break;
		case "theShows.php":
			preloadTheShowsImages();
			break;
		case "koolStuff.php":
			preloadKoolStuffImages();
			break;
	}
}
