function thankyou() {
   if (window.location.toString().indexOf("#nlreturn") > 0) {
    alert("Thanks! You have successfully subscribed to the\nSLXpress Newsletter.  A confirmation email will\nbe sent shortly." );
   }
  if (window.location.toString().indexOf("#tafreturn") > 0) {
    alert("Thanks! Your e-mail was sent successfully.\nIf you would like to tell more people about\nwww.StudentLoanXpress.com just fill out\nthis form again!");
   }
   if (window.location.toString().indexOf("#AppMaintenance") > 0 ) {
        alert("We apologize, but due to scheduled maintenance,\n our online application is temporarily unavailable.\n\n To apply now, please call us and we can take your \napplication over the phone in as little as 5 minutes!");
   }
}


