function raf() {
	rand = Math.random();
	image = "page_contact/secret_image.png.php?" + rand;
					
	$("#secret_img").attr("src",image);
}


