<%@LANGUAGE="JAVASCRIPT"%> <% // *** Logout the current user. MM_Logout = String(Request.ServerVariables("URL")) + "?MM_Logoutnow=1"; if (String(Request("MM_Logoutnow"))=="1") { Session.Contents.Remove("MM_Username"); Session.Contents.Remove("MM_UserAuthorization"); var MM_logoutRedirectPage = "memberslogin.asp"; // redirect with URL parameters (remove the "MM_Logoutnow" query param). if (MM_logoutRedirectPage == "") MM_logoutRedirectPage = String(Request.ServerVariables("URL")); if (String(MM_logoutRedirectPage).indexOf("?") == -1 && Request.QueryString != "") { var MM_newQS = "?"; for (var items=new Enumerator(Request.QueryString); !items.atEnd(); items.moveNext()) { if (String(items.item()) != "MM_Logoutnow") { if (MM_newQS.length > 1) MM_newQS += "&"; MM_newQS += items.item() + "=" + Server.URLencode(Request.QueryString(items.item())); } } if (MM_newQS.length > 1) MM_logoutRedirectPage += MM_newQS; } Response.Redirect(MM_logoutRedirectPage); } %> <% // *** Restrict Access To Page: Grant or deny access to this page var MM_authorizedUsers=""; var MM_authFailedURL="memberslogin.asp"; var MM_grantAccess=false; if (String(Session("MM_Username")) != "undefined") { if (true || (String(Session("MM_UserAuthorization"))=="") || (MM_authorizedUsers.indexOf(String(Session("MM_UserAuthorization"))) >=0)) { MM_grantAccess = true; } } if (!MM_grantAccess) { var MM_qsChar = "?"; if (MM_authFailedURL.indexOf("?") >= 0) MM_qsChar = "&"; var MM_referrer = Request.ServerVariables("URL"); if (String(Request.QueryString()).length > 0) MM_referrer = MM_referrer + "?" + String(Request.QueryString()); MM_authFailedURL = MM_authFailedURL + MM_qsChar + "accessdenied=" + Server.URLEncode(MM_referrer); Response.Redirect(MM_authFailedURL); } %> Upper Plains Cardiopulmonary Rehabilitation Association - UPCRA
Home Contact UPCRA
About UPCRA Members Board of Directors Resources, Continuing Education, Links Program Directory

Contact UPCRA
Contact Information

Contact Information

If you have questions about UPCRA in general, please contact Marlys Fisher, UPCRA President, using this information:

Marlys Fisher, RN
Trinity Medical Center
101 3rd Ave SW, P.O. Box 5020
Minot, ND 58702

E-mail:
marlys.fisher@trinityhealth.org
Phone: 701-857-2338

If you have questions pertaining directly to the UPCRA website, please contact Cerrisa John, Website Coordinator, using this information:

Cerrisa John, RN
Pioneer Memorial Hospital
315 N. Washington
Viborg, SD 57070
E-mail: Cerrisa.John@sanfordhealth.org
Phone: 605-326-5161 Ext. 3010