function preloader(imagefile) {
	heavyImage = new Image(); 
	heavyImage.src = imagefile;
}