function myy () {
	alert("ohh run");
    }
setTimeout(myy, 3000);