function wait_alert(alert_string, alert_wait){

	window.setTimeout("alert(alert_string)", alert_wait)
	
}