function cj_rand() {
	var z = 1;
	z = Math.ceil(Math.random()*7);
	picture = new Image();
	picture.src = "img/illu" + z + ".gif";
	window.document.images["illu"].src = picture.src;
}