function preload () {
	
	var all
	var b
	
	all=arguments.length
	
	for (var i=0;i<all;i++) {
		b=new Image()
		b.src=arguments[i]
		}
}
	