var LoginURL = "https://mygm.sdo.com/v1/oauth/authorize?appid=791000087&state=1405320116&display=layer&redirect_url="; function gLogin(){ location.href = LoginURL; } function gmlogin(){ gLogin(); } function isLogin(){ return 1 == 0; } function isSdoLogin(){ return 1 == 0; } function GetUserID(){ return ""; } function GetMobile(){ return ""; } function GetMobileWithYan(){ return ""; } function GetPTAccount(){ return ""; } function GetPlayerAccount(){ return ""; } function gLogout(){ location.href="../../public/gLogout.aspx?url="; }