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