function RANDOMAYAT(){
	n = Math.ceil(Math.random()*4);
	filname = "images/ayat"+n+".jpg";
	document.getElementById("ayat").src=filname;
}