function preLoad(val) {
	var img = new Image();
    img.src = val;
}
