<script language="JavaScript">
function image_preload (image) {
	if (document.images) {
		x = new Image();
		x.src = image;
	}
}
</script>
