\n'); } function doTimeOut() { // This function will be called when the specified time is over //controller_DoFSCommand("exitWindow") } function loadCourse() { var nm = getUserName(); var arr = nm.split(","); var name = arr[1] + " " + arr[0]; //var controllerObj = isInternetExplorer ? document.all.controller : document.controller; var controllerObj = window.document.controller; controllerObj.SetVariable("UserName", name); } //-->