var msg="This page is only available to Teams who completed the prior class.\n\nIf you have an Authorization code, please enter it below. If not, leave it blank and you will be re-directed to the correct class.\n\nYou may also obtain an authorization code by calling (415) 374-6674 or contact us from our Home Page.\n\nNote: Authorization Codes are required protect the privacy of our Teams, Project Sites and Land Owners and to insure you have reviewed prior material before proceeding.\n\nAll classes and pages on this web site are provided free of charge."
var gothere="http://goldpactpower.com/noauth.html"

var myref=window.location.href
var rside=""
if (myref.indexOf("?")>-1)
{  msplit=myref.split("?")
   rside=msplit[1]
}

if (myref.indexOf("mini")>-1)
{  var msg="This page is only available to Registered GPP Customers and students of GPP tutorials.\n\nIf you have an Authorization code, please enter it below. If not, leave it blank and you will be re-directed to the registration page.\n\nYou may also obtain an authorization code by calling (415) 374-6674 or contact us from our Home Page.\n\nNote: Authorization Codes are required protect the privacy of our Teams, Project Sites and Land Owners and to insure you have reviewed prior material before proceeding.\n\nAll classes and pages on this web site are provided free of charge.\n\n"
}

if (myref.indexOf("/iv")>-1 || myref.indexOf("classmtn")>-1 || myref.indexOf("gpppf")>-1 || myref.indexOf("class296")>-1)
{  var msg="This page is only available to Students of the GPP Tutorial Series.\n\nIf you have an Authorization code, please enter it below. If not, leave it blank and you will be re-directed to the registration page.\n\nYou may also obtain an authorization code by calling (415) 374-6674 or contact us from our Home Page.\n\nNote: Authorization Codes are required protect the privacy of our Teams, Project Sites and Land Owners and to insure you have reviewed prior material before proceeding.\n\nAll classes and pages on this web site are provided free of charge.\n\n"
   msg=msg+"Message from "+myref
   var gothere="http://goldpactpower.com/contact.html?cd"
}

var ok=rside

if (rside=="")
{  var ok=prompt(msg,'')
}

if (ok!="7577")
{  window.location=gothere
}
