// "courses.js"

function aviso() {
  mensaje = "IMPORTANT\r\n";
  mensaje = mensaje + "When you pay in Paypal, you MUST exit the page by clicking on the button:\r\n\r\n";
  mensaje = mensaje + " 'Click here now for your password'\r\n\r\n";
  mensaje = mensaje + "Do NOT exit in any other way.\r\n\r\n";
  mensaje = mensaje + "You will register your details, name and password to enter the course\r\n";
  mensaje = mensaje + "and you will receive a welcome email with your bonuses and an enrolment key.\r\n";
  alert(mensaje);
}
