// JavaScript Document
function message( text ) {
	document.alert( text );
}
