function notify( msg ) {
  alert( msg );
}

