// JavaScript Document

function preload(img){
	var image = new Image();
	image.src = img;
}