//affichage de la fonction ramdom image


 	document.open();
	document.write("<img src="+loadRandomImage()+" width="+224+" height="+187+" border="+0+" />");
	document.close();
