// ***** Change the URL below to alter where the Post Examination link goes *****
var URL = "https://www.accesscontinuingeducation.com/make_test.cfm?CourseKey=4172"

// ***** Do NOT change this function *****
function getURL() {
   document.location.href=URL;
   return URL;
}