// JavaScript Document

function alerta(txt) {
	alert(txt);
}