function simpleLoginCallback(){if(document.refreshTabForm){reloadPage()}else{window.location.reload()}}function reloadPage(){if(typeof getCurrentTab=="function"){checkPageTab()}document.refreshTabForm.submit()}function checkPageTab(){var a=getCurrentTab(AP_TAB_ID);if(typeof CLASSROOM_TAB!="undefined"&&a==CLASSROOM_TAB){$j("#area").val("classroom");if(modVP){if(modVP.isPlaying()){modVP.pause(true);$j("#loginWhileWatchingVideo").val("true")}$j("#episode-id").val(EPISODE_ID)}}else{if(typeof PRACTICE_TAB!="undefined"&&a==PRACTICE_TAB){$j("#area").val("practice")}else{if(typeof PRACTICE_RV_TAB!="undefined"&&a==PRACTICE_RV_TAB){$j("#area").val("practice_rv")}else{if(typeof MY_STUFF_TAB!="undefined"&&a==MY_STUFF_TAB){$j("#area").val("mystuff")}else{if(typeof OVERVIEW_TAB!="undefined"&&a==OVERVIEW_TAB){$j("#area").val("overview")}else{if(typeof FLASHCARDS_TAB!="undefined"&&a==FLASHCARDS_TAB){$j("#area").val("flashcards")}}}}}}};