// Global user functions
// Global code for my JavaScript alert function
function myAlert(msg) {
	alert("This is my custom alert: " + msg);
}





