function preloadimages(){
	for(i=0;i<preloadimages.arguments.length;i++){
		document.writeln('<DIV STYLE="display:none"><IMG SRC="' + preloadimages.arguments[i] + '"></DIV>');
	}
}
