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