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