function preload (img_src) {
	var img = new Image();
	img.src = img_src;
}
