\n'); } else{ setLoggedIn(1); } function endLogSession(){ if(getLoggedIn()==1){ window.document.flaVideoInterface.SetVariable("intEndLogSession", 1); alert("2wayview has logged you out."); } } function setLoggedIn(loginStatus){ IsLoggedIn = loginStatus; } function getLoggedIn(){ return IsLoggedIn; } //-->